diff options
author | Ian Coleman <ian@iancoleman.io> | 2021-02-11 04:44:10 +0000 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2021-02-11 04:44:10 +0000 |
commit | 9a82f12b915b179c39719af2ea12dace01287575 (patch) | |
tree | 2a21ce76def7d83d23da53ddfba6e3288e391ee4 | |
parent | 5e376b8903d3c94df3e51057cd8fb98d5b352280 (diff) | |
download | BIP39-9a82f12b915b179c39719af2ea12dace01287575.tar.gz BIP39-9a82f12b915b179c39719af2ea12dace01287575.tar.zst BIP39-9a82f12b915b179c39719af2ea12dace01287575.zip |
Update dev_env headless browser driver versions
-rwxr-xr-x | dev_env_setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev_env_setup.sh b/dev_env_setup.sh index 5f62d6e..62f4a89 100755 --- a/dev_env_setup.sh +++ b/dev_env_setup.sh | |||
@@ -45,10 +45,10 @@ cd tests | |||
45 | npm install --global jasmine | 45 | npm install --global jasmine |
46 | npm install selenium-webdriver | 46 | npm install selenium-webdriver |
47 | # install gecko webdriver for firefox | 47 | # install gecko webdriver for firefox |
48 | wget https://github.com/mozilla/geckodriver/releases/download/v0.28.0/geckodriver-v0.28.0-linux64.tar.gz --output-document=/tmp/geckodriver.tar.gz | 48 | wget https://github.com/mozilla/geckodriver/releases/download/v0.29.0/geckodriver-v0.29.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/87.0.4280.20/chromedriver_linux64.zip --output-document=/tmp/chromedriver.zip | 51 | wget https://chromedriver.storage.googleapis.com/88.0.4324.96/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 |