testing-strategies
Implements comprehensive testing strategies using the test pyramid, unit/integration/E2E patterns, and TDD.
Install
npx skills add https://github.com/supercent-io/skills-template --skill testing-strategiesStats
| Total installs | 11,232 |
| Weekly installs | 11.2K |
| GitHub stars | 88 |
| First seen | Jan 24, 2026 |
| Source | @supercent-io/skills-template |
Summary
- Implements test pyramid structure with recommended ratios: 70% unit tests, 20% integration, 10% E2E tests
- Provides Given-When-Then patterns for unit testing, mocking strategies for external dependencies, and API endpoint testing examples
- Includes E2E testing guidance using Playwright for complete user flow validation and TDD red-green-refactor cycle methodology
- Covers CI/CD integration, test isolation requirements, and best practices including AAA pattern, deterministic tests, and edge case handling
Tags
Related skills
| Skill | Installs | vs testing-strategies |
|---|---|---|
| expo-dev-client | 13,398 | +2,166 |
| playwright-best-practices | 16,854 | +5,622 |
| agent-evaluation | 10,066 | -1,166 |
| prompt-engineering-patterns | 8,725 | -2,507 |
| code-review-excellence | 9,564 | -1,668 |
FAQ
- How many installs does testing-strategies have?
- testing-strategies has 11,232 total installs and 11.2K installs this week.
- Where is testing-strategies hosted?
- testing-strategies is published by @supercent-io/skills-template at https://github.com/supercent-io/skills-template.
- How many GitHub stars does testing-strategies have?
- testing-strategies has 88 GitHub stars.
- When was testing-strategies first indexed?
- OrangeBot.AI first indexed testing-strategies on Jan 24, 2026.
- How do I install testing-strategies?
- Run: npx skills add https://github.com/supercent-io/skills-template --skill testing-strategies