22 lines
538 B
Markdown
22 lines
538 B
Markdown
---
|
|
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
|