MAESTRO: verify playwright runner

This commit is contained in:
Mariusz Banach
2026-02-17 23:19:10 +01:00
parent 0d816aaa40
commit 0dc82e3c69

View File

@@ -73,6 +73,6 @@ The hacker-themed dark colour palette (from spec FR-14):
- [x] Backend starts with `uvicorn backend.app.main:app` and returns 200 on root
- [x] Frontend starts with `npm run dev` and renders a blank page
- [x] Linting passes on both sides (`ruff check backend/`, `npx eslint src/`, `npx prettier --check src/`)
- [ ] Playwright test runner executes with `npx playwright test` (no tests yet, but config loads without error)
- [x] Playwright test runner executes with `npx playwright test` (no tests yet, but config loads without error)
- [ ] TypeScript compilation succeeds with zero errors in strict mode
- [ ] Run `/speckit.analyze` to verify consistency