document parallel test gate
This commit is contained in:
parent
ce5fa65f03
commit
de192bc59b
3 changed files with 14 additions and 3 deletions
|
|
@ -95,6 +95,10 @@ backend and does not proxy the frontend.
|
|||
|
||||
- Cypress is configured under `cypress/` and runs through `npm run test:e2e`
|
||||
or `just frontend-cypress-run`.
|
||||
- Every Cypress spec must appear in exactly one `frontend_specs_*` group in
|
||||
the root `justfile`. The completion gate runs those groups concurrently,
|
||||
and its `cypress-spec-coverage` job rejects ungrouped, duplicate, or missing
|
||||
specs. Keep `frontend-cypress-run` for whole-suite iteration.
|
||||
- Prefer the cheapest test seam that proves the behavior. Cypress covers
|
||||
routing, browser forms, authentication flows, request wiring, and responsive
|
||||
behavior.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue