MAESTRO: fix playwright webServer cwd

This commit is contained in:
Mariusz Banach
2026-02-18 07:00:25 +01:00
parent 41e2e3d570
commit 21bec460a1
2 changed files with 4 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ All tasks in this phase are parallelizable [P] since they are independent E2E sp
## Completion
- [x] All Playwright E2E specs pass: `npx playwright test`
- [ ] Both backend (uvicorn) and frontend (NextJS) start automatically via Playwright `webServer` config
- [x] Both backend (uvicorn) and frontend (NextJS) start automatically via Playwright `webServer` config
- [ ] 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)