Skip to content

Commit 0c7149a

Browse files
committed
docs(plans): sync e2e workflow notes
1 parent 44b556f commit 0c7149a

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

docs/plans/2026-01-21-mokup-e2e-test-design.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,8 @@
3838

3939
## Scripts
4040

41-
- `pnpm test:e2e` for CI-style run.
42-
- `pnpm test:e2e:ui` for headed or UI mode when debugging.
41+
- `pnpm test:e2e:root` for root Playwright coverage (`tests/e2e/*.spec.ts`).
42+
- `pnpm test:e2e:apps` for app-owned E2E routed through Turbo.
43+
- `pnpm test:e2e` for CI-style aggregate run (`root` then `apps`).
44+
- `pnpm test:e2e:serial` for serialized aggregate debugging.
45+
- `pnpm test:e2e:ui` for root Playwright UI plus app-owned UI/debug runs.

docs/plans/2026-01-30-apps-e2e-process-design.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
- Each app provides a lightweight `playwright.config.ts` that reads `E2E_BASE_URL`.
2020
- A root runner script starts the app dev server on an available port, waits for readiness,
2121
runs Playwright, and shuts down the server.
22-
- Root `pnpm test:e2e` runs `turbo run test:e2e --filter=./apps/*`.
22+
- Root `pnpm test:e2e:apps` runs `turbo run test:e2e --filter=./apps/*`.
23+
- Root `pnpm test:e2e` is the aggregate entry: it runs root Playwright E2E first, then app-owned E2E.
2324

2425
## Runner Responsibilities
2526

0 commit comments

Comments
 (0)