Review Agent Dashboard Testing
Baseline validation
Section titled “Baseline validation”pnpm -C apps/review-agent-dashboard lintpnpm -C apps/review-agent-dashboard buildTest posture
Section titled “Test posture”- No dedicated unit/integration test script is currently declared in package scripts.
- Build + lint are minimum checks before release.
Recommended release gate
Section titled “Recommended release gate”At minimum:
- Lint clean.
- Build passes.
- Smoke-test key routes locally or in preview.