Skip to content

Commit

Permalink
readme: added CHROME_PATH description from CLI help (#2757)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturmiz authored and brendankenny committed Aug 1, 2017
1 parent 07817f9 commit af003d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,12 @@ Configuration:
--additional-trace-categories Additional categories to capture with the trace (comma-delimited).
--config-path The path to the config JSON.
--chrome-flags Custom flags to pass to Chrome (space-delimited). For a full list of flags, see
http://peter.sh/experiments/chromium-command-line-switches/. [default: ""]
http://peter.sh/experiments/chromium-command-line-switches/.

Environment variables:
CHROME_PATH: Explicit path of intended Chrome binary. If set must point to an executable of a build of
Chromium version 54.0 or later. By default, any detected Chrome Canary or Chrome (stable) will be launched.
[default: ""]
--perf Use a performance-test-only configuration [boolean]
--port The port to use for the debugging protocol. Use 0 for a random port [default: 9222]
--max-wait-for-load The timeout (in milliseconds) to wait before the page is considered done loading and the run should continue.
Expand Down

0 comments on commit af003d4

Please sign in to comment.