diff options
author | Ian Coleman <ian@iancoleman.io> | 2020-11-29 21:51:47 +0000 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2020-11-29 21:52:06 +0000 |
commit | 1ca3784b0a146c076388f2dee498040137542d66 (patch) | |
tree | 020b0bfc3f38f1b1121038ed2a68f2018889c684 | |
parent | 1b54929bda9b7b71ada0cb04d1cb11ceb78328de (diff) | |
download | BIP39-1ca3784b0a146c076388f2dee498040137542d66.tar.gz BIP39-1ca3784b0a146c076388f2dee498040137542d66.tar.zst BIP39-1ca3784b0a146c076388f2dee498040137542d66.zip |
Update dev_env_setup to latest chromium for tests
-rwxr-xr-x | dev_env_setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev_env_setup.sh b/dev_env_setup.sh index d26fd5b..4d3991f 100755 --- a/dev_env_setup.sh +++ b/dev_env_setup.sh | |||
@@ -48,7 +48,7 @@ npm install selenium-webdriver | |||
48 | wget https://github.com/mozilla/geckodriver/releases/download/v0.27.0/geckodriver-v0.27.0-linux64.tar.gz --output-document=/tmp/geckodriver.tar.gz | 48 | wget https://github.com/mozilla/geckodriver/releases/download/v0.27.0/geckodriver-v0.27.0-linux64.tar.gz --output-document=/tmp/geckodriver.tar.gz |
49 | tar -xf /tmp/geckodriver.tar.gz -C $HOME/.bin | 49 | tar -xf /tmp/geckodriver.tar.gz -C $HOME/.bin |
50 | # install chrome webdriver for chromium | 50 | # install chrome webdriver for chromium |
51 | wget https://chromedriver.storage.googleapis.com/85.0.4183.87/chromedriver_linux64.zip --output-document=/tmp/chromedriver.zip | 51 | wget https://chromedriver.storage.googleapis.com/87.0.4280.20/chromedriver_linux64.zip --output-document=/tmp/chromedriver.zip |
52 | unzip /tmp/chromedriver.zip -d $HOME/.bin | 52 | unzip /tmp/chromedriver.zip -d $HOME/.bin |
53 | 53 | ||
54 | # to run tests | 54 | # to run tests |