MAESTRO: store visual regression baselines

This commit is contained in:
Mariusz Banach
2026-02-18 07:02:28 +01:00
parent 21bec460a1
commit 5cab09dc7c
62 changed files with 2 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ All tasks in this phase are parallelizable [P] since they are independent E2E sp
- [x] All Playwright E2E specs pass: `npx playwright test`
- [x] Both backend (uvicorn) and frontend (NextJS) start automatically via Playwright `webServer` config
- [ ] Visual regression baselines committed to `frontend/e2e/__snapshots__/`
- [x] Visual regression baselines committed to `frontend/e2e/__snapshots__/`
- [ ] Zero axe-core WCAG 2.1 AA violations across all tested views
- [ ] No horizontal scrollbar or layout issues at any tested viewport (3202560px)
- [ ] All user flows (paste, drop, select, analyse, report, cache, rate-limit) pass E2E

View File

@@ -14,6 +14,7 @@ import path from 'path';
*/
export default defineConfig({
testDir: './e2e',
snapshotDir: './e2e/__snapshots__',
/* Run tests in files in parallel */
fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */