Test Plan
Create a structured test plan covering unit, integration, and E2E tests.
When to Use
- •Use this skill before implementing a feature or refactor.
Inputs
- •Feature description
- •Critical paths and edge cases
Instructions
- •List unit test cases for pure logic.
- •List integration tests for component interactions.
- •Identify E2E scenarios for user journeys.
- •Call out accessibility and error-state tests.
Output
- •A checklist-style test plan.