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
|**Run All Tests (Simulate CI)**|`./run-ui-tests.sh --env=ci --project=chromium`|
62
+
|**Run a Specific Spec File**|`./run-ui-tests.sh tests/resource-tree.spec.ts --project=chromium --headed`|
62
63
63
64
### Playwright Flags Reference
64
65
@@ -67,6 +68,7 @@ All executions are driven via the ./run-ui-tests.sh wrapper script. This wrapper
67
68
|`--headed`| Launches the visible Chromium browser UI. Excellent for local debugging. |
68
69
|`--trace on`| Records a granular execution trace (DOM snapshots, network calls, actions) for visual triage. |
69
70
|`--reporter=list`| Switches stdout to a clean line-by-line format, ideal for monitoring real-time execution steps. |
71
+
| `--env=<ci|pipeline>` | Overrides the local setup to simulate automation. It forces headless execution, performs a clean `npm ci`, and installs required browser binaries dynamically. |
0 commit comments