RiskCanvas TestGate
When invoked:
- •Run the project checks deterministically.
- •Fail hard if anything is non-zero.
Default commands (run what exists):
- •TypeScript: npm run -s typecheck
- •Unit tests: npm test --silent
- •Backend: pytest -q
- •E2E: npx playwright test --retries=0 --workers=1
Report:
- •command lines executed
- •pass/fail counts
- •paths to reports (playwright-report/, test-results/)