test: add MVP QA gate #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/issue-10-mvp-qa-gate"
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?
Summary
Adds the MVP release QA gate for the model-driven dashboard.
Why
The MVP now has a real SvelteKit dashboard, persistence, Storybook, seed data, and renderer. This PR adds a single release command and browser checks so regressions in rendering, accessibility, focus, reduced motion, and content boundaries are caught before review.
Changes
test:unit,test:e2e, andtest:qascripts.Testing
bun run test:qabunx playwright install chromiumwas run once locally to install the browser payload.Notes
DATABASE_URL=file:./data/playwright.sqlite; SQLite files remain ignored.