Skip to content
Snippets Groups Projects
Commit d2598565 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3085506: Update [ChromeDriver, standalone selenium server] for the...

Issue #3085506: Update [ChromeDriver, standalone selenium server] for the travis-ci Automated Functional Acceptance Testing
parent 72c2519b
No related branches found
No related tags found
No related merge requests found
......@@ -99,8 +99,8 @@ before_install:
- google-chrome --version
# Run selenium standalone server.
- SELENIUM="$HOME/.selenium/cache/selenium-server-standalone-2.53.1.jar";
- if [[ ! -f $SELENIUM ]]; then wget -O $SELENIUM http://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.1.jar; fi
- SELENIUM="$HOME/.selenium/cache/selenium-server-standalone-3.141.59.jar";
- if [[ ! -f $SELENIUM ]]; then wget -O $SELENIUM http://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar; fi
- java -jar $SELENIUM -port 4445 > /dev/null 2>&1 &
- echo "[ OK ] Starting Selenium on the 4445 port ..."
install:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment