aboutsummaryrefslogtreecommitdiff
path: root/dev_env_setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev_env_setup.sh')
-rwxr-xr-xdev_env_setup.sh2
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
48wget https://github.com/mozilla/geckodriver/releases/download/v0.27.0/geckodriver-v0.27.0-linux64.tar.gz --output-document=/tmp/geckodriver.tar.gz 48wget https://github.com/mozilla/geckodriver/releases/download/v0.27.0/geckodriver-v0.27.0-linux64.tar.gz --output-document=/tmp/geckodriver.tar.gz
49tar -xf /tmp/geckodriver.tar.gz -C $HOME/.bin 49tar -xf /tmp/geckodriver.tar.gz -C $HOME/.bin
50# install chrome webdriver for chromium 50# install chrome webdriver for chromium
51wget https://chromedriver.storage.googleapis.com/85.0.4183.87/chromedriver_linux64.zip --output-document=/tmp/chromedriver.zip 51wget https://chromedriver.storage.googleapis.com/87.0.4280.20/chromedriver_linux64.zip --output-document=/tmp/chromedriver.zip
52unzip /tmp/chromedriver.zip -d $HOME/.bin 52unzip /tmp/chromedriver.zip -d $HOME/.bin
53 53
54# to run tests 54# to run tests