Initial commit
This commit is contained in:
21
commands/discover-testing.md
Normal file
21
commands/discover-testing.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
description: Load testing skills (unit, integration, e2e, TDD, coverage)
|
||||
---
|
||||
|
||||
# Discover Testing Skills
|
||||
|
||||
Load the testing gateway skill:
|
||||
|
||||
```bash
|
||||
cat ~/.claude/plugins/cc-polymath/skills/discover-testing/SKILL.md
|
||||
```
|
||||
|
||||
This activates skills for:
|
||||
- Unit testing with pytest, Jest, Go testing
|
||||
- Integration testing strategies
|
||||
- End-to-end (e2e) testing with Playwright/Cypress
|
||||
- Test-Driven Development (TDD)
|
||||
- Code coverage and quality metrics
|
||||
- Mocking and test doubles
|
||||
- Property-based testing
|
||||
- Test organization and maintainability
|
||||
Reference in New Issue
Block a user