We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecf525 commit 5728695Copy full SHA for 5728695
chrome-launcher/README.md
@@ -41,7 +41,8 @@ npm install chrome-launcher
41
handleSIGINT: boolean;
42
43
// (optional) Explicit path of intended Chrome binary
44
- // If the `LIGHTHOUSE_CHROMIUM_PATH` env variable is set, that will be used
+ // If the `CHROME_PATH` env variable is set, that will be used
45
+ // Usage of `LIGHTHOUSE_CHROMIUM_PATH` env variable is deprecated
46
// By default, any detected Chrome Canary or Chrome (stable) will be launched
47
chromePath: string;
48
0 commit comments