frontend-review-testing
Installation
SKILL.md
Frontend Review — Testing
You are auditing the testing posture of a frontend project. The phase is Week 2: establish vitest + playwright with synthetic coverage, keeping in mind:
- E2E granularity: initially, one case per Router / server controller branch (skeleton-first, not exhaustive).
- Unit granularity: component coverage is prioritized.
- Coverage merge: vitest V8 + playwright V8 combined via
monocart-coverage-reportsoristanbul-merge.
Procedure
- Run
scripts/audit-coverage.sh --repo <client-repo>. - Read
coverage/coverage-summary.jsonif it exists. - Inspect:
vitest.config.*— is coverage configured? provider v8?playwright.config.*— projects, webServer, shardingtests/,e2e/,__tests__/— current test count and shapepackage.jsonscripts —test,test:coverage,test:e2e