diff --git a/scripts/prepareTestEnv.sh b/scripts/prepareTestEnv.sh new file mode 100644 index 000000000..6c6dbc03a --- /dev/null +++ b/scripts/prepareTestEnv.sh @@ -0,0 +1,10 @@ +# Install chromedriver +wget -N http://chromedriver.storage.googleapis.com/2.30/chromedriver_linux64.zip -P ~/ +unzip ~/chromedriver_linux64.zip -d ~/ +rm ~/chromedriver_linux64.zip +sudo mv -f ~/chromedriver /usr/local/share/ +sudo chmod +x /usr/local/share/chromedriver +sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver + +whereis google-chrome-stable +whereis chromedriver