diff options
-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 |