Test Strategy

Apply the Testing Trophy (mostly integration tests with RTL + MSW, sparing E2E with Playwright) and set coverage thresholds. Use before new feature work, after bug fixes, when CI coverage falls below target, or when tests are flaky or break on every refactor. Not for wiring coverage gates + Playwright into the GitHub Actions matrix (use cicd-pipeline) or auditing WCAG a11y compliance (use accessibility-audit).

JayKim88 Updated

File contents

JayKim88/claude-ai-engineering/tree/main/plugins/frontend-toolkit/skills/test-strategy commit 75be158362

Frequently asked questions

npx skillmds@latest add jaykim88/test-strategy-2