What I do
- •Define test strategy and coverage targets.
- •Guide creation of unit, integration, and edge-case tests.
- •Provide reporting guidelines using apm-gov templates.
Test workflow
- •Read
memory-bank/ARCHITECTURE.mdandmemory-bank/TASK.md. - •Identify acceptance criteria and edge cases.
- •Write tests in
tests/(unit, integration, edge, smoke, e2e if applicable). - •Run tests and record results.
- •Update
memory-bank/STATE.mdand (optionally) generate a test report.
Coverage & quality gates
- •Target >80% coverage where feasible.
- •Document brittle or high-risk areas.
- •Treat tests as specifications; change tests only if requirements change.
Reports
Use apm-gov report templates when asked to produce a report. Follow apm-logs for logging test runs and failures when applicable.