Skip to content

Commit af003d4

Browse files
arturmizbrendankenny
authored andcommitted
readme: added CHROME_PATH description from CLI help (#2757)
1 parent 07817f9 commit af003d4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,12 @@ Configuration:
5555
--additional-trace-categories Additional categories to capture with the trace (comma-delimited).
5656
--config-path The path to the config JSON.
5757
--chrome-flags Custom flags to pass to Chrome (space-delimited). For a full list of flags, see
58-
http://peter.sh/experiments/chromium-command-line-switches/. [default: ""]
58+
http://peter.sh/experiments/chromium-command-line-switches/.
59+
60+
Environment variables:
61+
CHROME_PATH: Explicit path of intended Chrome binary. If set must point to an executable of a build of
62+
Chromium version 54.0 or later. By default, any detected Chrome Canary or Chrome (stable) will be launched.
63+
[default: ""]
5964
--perf Use a performance-test-only configuration [boolean]
6065
--port The port to use for the debugging protocol. Use 0 for a random port [default: 9222]
6166
--max-wait-for-load The timeout (in milliseconds) to wait before the page is considered done loading and the run should continue.

0 commit comments

Comments
 (0)