testing-strategy-builder

Solid

Use this skill when creating comprehensive testing strategies for applications. Provides test planning templates, coverage targets, test case structures, and guidance for unit, integration, E2E, and performance testing. Ensures robust quality assurance across the development lifecycle.

Testing & QA 335 stars 29 forks Updated today

Install

View on GitHub

Quality Score: 85/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# Testing Strategy Builder ## Overview This skill provides comprehensive guidance for building effective testing strategies that ensure software quality, reliability, and maintainability. Whether starting from scratch or improving existing test coverage, this framework helps teams design robust testing approaches. **When to use this skill:** - Planning testing strategy for new projects or features - Improving test coverage in existing codebases - Establishing quality gates and coverage targets - Designing test automation architecture - Creating test plans and test cases - Choosing appropriate testing tools and frameworks - Implementing continuous testing in CI/CD pipelines **Bundled Resources:** - `references/code-examples.md` - Detailed testing code examples - `templates/test-plan-template.md` - Comprehensive test plan template - `templates/test-case-template.md` - Test case documentation template - `checklists/test-coverage-checklist.md` - Coverage verification checklist ## Required Tools This skill references the following testing tools. Not all are required - the skill will recommend appropriate tools based on your project. ### JavaScript/TypeScript Testing - **Jest:** Most popular testing framework - **Install:** `npm install --save-dev jest @types/jest` - **Config:** `npx jest --init` - **Vitest:** Vite-native testing framework - **Install:** `npm install --save-dev vitest` - **Config:** Add to vite.config.ts - **Playwright:** End-to-end testing - **I...

Details

Author
aiskillstore
Repository
aiskillstore/marketplace
Created
5 months ago
Last Updated
today
Language
Python
License
None

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Testing & QA Listed

testing-strategy

Comprehensive testing skill covering unit, integration, and e2e testing with TDD. Use when writing tests, improving coverage, or setting up testing infrastructure. Keywords: test, TDD, unit test, integration, e2e, coverage, mock, jest, vitest

0 Updated today
cheemsiulord
Testing & QA Listed

javascript-testing-patterns

Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking, fixtures, and test-driven development. Use when writing JavaScript/TypeScript tests, setting up test infrastructure, or implementing TDD/BDD workflows.

335 Updated today
aiskillstore
Testing & QA Listed

testing-strategies

Strategic guidance for choosing and implementing testing approaches across the test pyramid. Use when building comprehensive test suites that balance unit, integration, E2E, and contract testing for optimal speed and confidence. Covers multi-language patterns (TypeScript, Python, Go, Rust) and modern best practices including property-based testing, test data management, and CI/CD integration.

368 Updated 5 months ago
ancoleman
Testing & QA Solid

javascript-testing-patterns

Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking, fixtures, and test-driven development. Use when writing JavaScript/TypeScript tests, setting up test infrastructure, or implementing TDD/BDD workflows.

36,222 Updated today
wshobson
Testing & QA Listed

javascript-testing-patterns

Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking, fixtures, and test-driven development. Use when writing JavaScript/TypeScript tests, setting up test infrastructure, or implementing TDD/BDD workflows.

22 Updated 6 days ago
HermeticOrmus