| name | zerg-testing |
| description | Zerg testing workflow (unit + E2E). Use when running or debugging tests. |
Zerg Testing
Rules
- Always use Make targets. Never run pytest/bun/playwright directly.
Core Commands
make test
make test-e2e-core
make test-e2e
make test-full
make test-e2e-single TEST=tests/<spec>.ts
make test-e2e-errors
make test-e2e-verbose
Debugging Flow
make test-e2e-errors
make test-e2e-single TEST=tests/<spec>.ts
make test-e2e-verbose
Flake Policy
- Keep core E2E at retries=0. If a CI failure passes on rerun with no code
diff, quarantine or move that test out of the blocking lane the same day and
leave a tracking issue; do not normalize red-but-ignored CI.