You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/product-specs/e2e-checklist.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,11 @@ Derived from `platform.md`. Every scenario should have a coverage owner.
24
24
| API CORS allows only same-origin loopback by default |`tests/integration/server/read-only.test.ts` + `tests/unit/server/config.test.ts`| ✅ covered |
25
25
| Read-only HTTP and UI surfaces browse persisted run history |`tests/integration/server/read-only.test.ts` + dashboard build/typecheck | ✅ covered |
26
26
| Live run events stream through Server-Sent Events with replay support |`tests/integration/server/write-control.test.ts` + `tests/unit/server/streams.test.ts`| ✅ covered |
27
+
| Run executor failures are logged and persisted |`tests/integration/server/write-control.test.ts`| ✅ covered |
27
28
| Run control starts validated ad-hoc or preset-backed runs |`tests/integration/server/write-control.test.ts`| ✅ covered |
28
29
| Cancellation cooperatively stops a server-managed run |`tests/integration/server/write-control.test.ts`| ✅ covered |
29
30
| Presets save cross-file scenario selections for one-click rerun |`tests/integration/server/write-control.test.ts` + `tests/unit/server/selection.test.ts`| ✅ covered |
0 commit comments