Documentation
README
Testing Strategy
Systematic TDD workflow ensuring comprehensive test coverage following RED-GREEN-REFACTOR cycles.
Overview
This Skill enforces:
- RED-GREEN-REFACTOR cycles (TDD)
- Atomic test coverage
- Separation of logic from database tests (T-3)
- E2E testing for critical admin flows (T-7)
- Edge case coverage (T-8)
Apply when writing tests, designing test suites, or evaluating coverage.
RED-GREEN-REFACTOR Workflow
Every feature follows this cycle:
RED Phase: Write Failing Test
Write test BEFORE implementation:
This is the opening of the README. Read the full README on GitHub.