kitchen-ops-web/docs/runbooks/testing.md
José René White Enciso cf929cd1d2 feat(kitchen-web): add web baseline
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.
2026-03-08 15:53:49 -06:00

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 behavior
  • src/api/dashboardApi.test.ts: endpoint path/query contract generation
  • src/App.test.tsx: render baseline and mocked load flow

Notes

  • Use containerized Node execution when host npm is unavailable.