Tests
Generates unit + integration tests from the spec.
The Tests agent reads the spec and the pages it produced and emits tests that assert the behaviours described — component-level unit tests, route-level integration tests, Playwright specs for critical flows. Run locally or in CI before release; no hand-written scaffolding.
What it unlocks
- Cover new pages with unit tests automatically
- Add regression tests when a bug is fixed
- Generate smoke tests for a release cut
- customers.spec43 pass
- schema.spec28 pass
- health.spec12 pass
- admin.spec89 pass