Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Phase 5 — Testing / QA

🔬 In progress. Phase 5 of 7. Runs alongside and after Development. Deliverable → the Test Plan & QA.

Layered testing to separate a prototype from a product: unit, integration, and system tests, then UAT (user-acceptance testing), plus security and performance checks.

The scoring engine, exporters, and UI are covered by 62 Vitest cases (unit + component + integration + axe a11y), three model-integrity guards, and a Playwright real-browser E2E suite — all in CI, which now also gates a bundle-size budget and a production-dependency audit. Open: the UAT script is written but not yet run, and full color-contrast AA is tracked. Full strategy, inventory, AC traceability, and the honest gap list live in test-plan.md.

Outputs

  • ✅ Unit + component/integration tests (Vitest + Testing Library) — engine, anti-patterns, exporters, i18n, App reactivity, radar, sensitivity, override panel + redistribution, command palette, manual & A/B-compare overlays, language.
  • ✅ Accessibility (vitest-axe in jsdom + Playwright @axe-core/playwright in a real browser) — WCAG A/AA names/roles/ARIA + keyboard; caught & fixed an unlabeled input.
  • ✅ E2E (Playwright) — smoke journey, share-URL deep-link round-trip (AC-14), structural a11y, keyboard.
  • ✅ CI gates: model guards, lint, tests, build, bundle-size budget, prod-dependency audit, and the E2E job.
  • ✅ AC traceability (Build Spec Section 14): 14/16 automated, 2 partial.
  • UAT script execution (≥3 per persona); full color-contrast AA remediation.

References

Contributions are welcome — see ../../CONTRIBUTING.md.