13 lines
457 B
Markdown
13 lines
457 B
Markdown
# 0.6a — Add Playwright (hard requirement)
|
|
|
|
Phase: 0 — Unblock
|
|
|
|
- [ ] Add Playwright (`pnpm create playwright`); add `test:e2e` script to `package.json`; wire into CI as a hard gate (build fails if `test:e2e` fails)
|
|
- [ ] Playwright is a hard requirement, not optional, for every phase that ships a UI surface (Phase 2, 3, 4, 5) — no surface merges without a passing e2e spec
|
|
|
|
## Verify
|
|
|
|
```bash
|
|
pnpm test:e2e # runner executes, 0 tests, exit 0
|
|
```
|