mirror of
https://github.com/mblanke/dev-backbone-template.git
synced 2026-03-01 05:50:22 -05:00
15 lines
362 B
Markdown
15 lines
362 B
Markdown
|
|
# Testing & Quality
|
|
|
|
## Strategy
|
|
- If behavior changes: add/update tests.
|
|
- Unit tests for logic; integration tests for boundaries; E2E only where needed.
|
|
|
|
## Minimum for every PR
|
|
- A test plan in the PR summary (even if “existing tests cover this”).
|
|
- Run DoD.
|
|
|
|
## Flaky tests
|
|
- Capture repro steps.
|
|
- Quarantine only with justification + follow-up issue.
|