689 B
689 B
Testing Runbook
Install
npm install
Execute Tests
npm run test:ci
Coverage Scope
src/api/client.test.ts: runtime-config precedence and fallback behavior.src/api/dashboardApi.test.ts: endpoint path/query composition and payload mapping.src/auth/oidcLogin.test.ts: OIDC start-url generation and safe return-url fallback.src/App.test.tsx: central login screen, protected summary/detail flow, payment capture, and session-expired recovery guidance.
Notes
- Use containerized Node execution when host
npmis unavailable. - Container-first validation for this repo is
npm ci && npm run test:ci && npm run buildinside Docker.