]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Update dev_env headless browser driver versions
authorIan Coleman <ian@iancoleman.io>
Thu, 11 Feb 2021 04:44:10 +0000 (04:44 +0000)
committerIan Coleman <ian@iancoleman.io>
Thu, 11 Feb 2021 04:44:10 +0000 (04:44 +0000)
dev_env_setup.sh

index 5f62d6e0d5d10cf9b5fb40871ada0f83445a19f9..62f4a89a97b260ddee68b43bf4f7790bec1641db 100755 (executable)
@@ -45,10 +45,10 @@ cd tests
 npm install --global jasmine
 npm install selenium-webdriver
 # install gecko webdriver for firefox
-wget https://github.com/mozilla/geckodriver/releases/download/v0.28.0/geckodriver-v0.28.0-linux64.tar.gz --output-document=/tmp/geckodriver.tar.gz
+wget https://github.com/mozilla/geckodriver/releases/download/v0.29.0/geckodriver-v0.29.0-linux64.tar.gz --output-document=/tmp/geckodriver.tar.gz
 tar -xf /tmp/geckodriver.tar.gz -C $HOME/.bin
 # install chrome webdriver for chromium
-wget https://chromedriver.storage.googleapis.com/87.0.4280.20/chromedriver_linux64.zip --output-document=/tmp/chromedriver.zip
+wget https://chromedriver.storage.googleapis.com/88.0.4324.96/chromedriver_linux64.zip --output-document=/tmp/chromedriver.zip
 unzip /tmp/chromedriver.zip -d $HOME/.bin
 
 # to run tests