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: tests/PLAYWRIGHT_MODES_PLAN.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
3
3
## Objective
4
4
Build a deterministic Playwright test suite that validates LibreSpeed behavior across all supported deployment modes and UI design modes, without asserting real network throughput values.
5
5
6
+
## Current Status
7
+
- Phase 1 is implemented and passing in Chromium.
8
+
- Added regression coverage for the classic standalone "No servers available" issue path.
9
+
- Docker image workflow is hard-gated by e2e (`build` depends on `e2e`).
10
+
- Standalone Playwright workflow is manual-only to avoid duplicate e2e runs.
0 commit comments