mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
chore(NA): exposes the new CHROMEDRIVER_CDNBINARIESURL env var to the new chromedriver version (#163010)
This PR exposes the new `CHROMEDRIVER_CDNBINARIESURL` which was introduced in the chromedriver version we are now using. More info on this can be found at https://github.com/giggio/node-chromedriver#custom-binaries-url and https://developer.chrome.com/blog/chrome-for-testing/ This should be merged after the changes in the ci proxy cache.
This commit is contained in:
parent
339eb28861
commit
ac66353a39
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ export PATH="$PATH:$yarnGlobalDir"
|
|||
# use a proxy to fetch chromedriver/geckodriver asset
|
||||
export GECKODRIVER_CDNURL="https://us-central1-elastic-kibana-184716.cloudfunctions.net/kibana-ci-proxy-cache"
|
||||
export CHROMEDRIVER_CDNURL="https://us-central1-elastic-kibana-184716.cloudfunctions.net/kibana-ci-proxy-cache"
|
||||
export CHROMEDRIVER_CDNBINARIESURL="https://us-central1-elastic-kibana-184716.cloudfunctions.net/kibana-ci-proxy-cache"
|
||||
export RE2_DOWNLOAD_MIRROR="https://us-central1-elastic-kibana-184716.cloudfunctions.net/kibana-ci-proxy-cache"
|
||||
export CYPRESS_DOWNLOAD_MIRROR="https://us-central1-elastic-kibana-184716.cloudfunctions.net/kibana-ci-proxy-cache/cypress"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue