Add visual QA, accessibility, and release checks #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent: #1
Design reference
Goal
Create the quality gate for shipping the dashboard as a real product page, including visual regression against the reference direction, accessibility, and production readiness.
Scope
vitestunit tests for schemas, validation, model helpers, datasource normalization, and persistence helpers.mswto mock external APIs in tests and previews.Acceptance criteria
Out of scope
Completed by PR #21.
Implemented the MVP QA gate with:
bun run test:qadocumentationVerified with
bun run test:qa; delta review reported no remaining issues.