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: test/ui-e2e/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ All executions are driven via the ./run-ui-tests.sh wrapper script. This wrapper
68
68
|`--headed`| Launches the visible Chromium browser UI. Excellent for local debugging. |
69
69
|`--trace on`| Records a granular execution trace (DOM snapshots, network calls, actions) for visual triage. |
70
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. |
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