01Provides boilerplate patterns for Jest, Vitest, and Playwright testing frameworks.
02Sets a mandatory 80%+ code coverage threshold across unit, integration, and E2E tests.
03Enforces a strict 'Test-First' implementation cycle for all development tasks.
04Includes comprehensive mocking strategies for external APIs, databases, and LLM services.
05Standardizes test file organization and naming conventions for better maintainability.
0661 GitHub stars