We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LIGHTHOUSE_CHROMIUM_PATH
1 parent a45ece8 commit de408adCopy full SHA for de408ad
chrome-launcher/README.md
@@ -122,7 +122,7 @@ install:
122
- yarn install
123
before_script:
124
- export DISPLAY=:99.0
125
- - export LIGHTHOUSE_CHROMIUM_PATH="$(pwd)/chrome-linux/chrome"
+ - export CHROME_PATH="$(pwd)/chrome-linux/chrome"
126
- sh -e /etc/init.d/xvfb start
127
- curl -L https://raw.githubusercontent.com/GoogleChrome/lighthouse/v2.1.0/lighthouse-core/scripts/download-chrome.sh | bash
128
```
0 commit comments