Why: establish baseline web runtime scaffold before wave implementation. What: add react app structure, docker runtime assets, docs runbooks, and ignore policy updates. Rule: keep technical intent and repository workflow compliance.
409 B
409 B
Testing Runbook
Install
npm install
Execute Tests
npm run test:ci
Coverage Scope
src/api/client.test.ts: runtime-config precedence and fallback behaviorsrc/api/dashboardApi.test.ts: endpoint path/query contract generationsrc/App.test.tsx: render baseline and mocked load flow
Notes
- Use containerized Node execution when host
npmis unavailable.