Skip to content

Commit

Permalink
launcher: clarify priority of chromePath options
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored Aug 14, 2017
1 parent 7fe3574 commit 494f991
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions chrome-launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ npm install chrome-launcher
handleSIGINT: boolean;

// (optional) Explicit path of intended Chrome binary
 // If the `CHROME_PATH` env variable is set, that will be used
 // Usage of `LIGHTHOUSE_CHROMIUM_PATH` env variable is deprecated
// By default, any detected Chrome Canary or Chrome (stable) will be launched
 // * If this `chromePath` option is defined, it will be used.
// * Otherwise, the `CHROME_PATH` env variable will be used if set. (`LIGHTHOUSE_CHROMIUM_PATH` is deprecated)
 // * Otherwise, a detected Chrome Canary will be used if found
// * Otherwise, a detected Chrome (stable) will be used
chromePath: string;

// (optional) Chrome profile path to use
Expand Down

0 comments on commit 494f991

Please sign in to comment.