Skip to content

Commit 308a3af

Browse files
author
Josh Finnie
committed
adding selenium
1 parent da9b860 commit 308a3af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

protractor.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exports.config = {
22
// The location of the selenium standalone server .jar file.
33
// run `$ node_modules/protractor/bin/install_selenium_standalone`
4-
seleniumServerJar: './selenium/selenium-server-standalone-2.37.0.jar',
4+
seleniumServerJar: './selenium/selenium-server-standalone-2.43.1.jar',
55
chromeDriver: './selenium/chromedriver',
66
// If true, only chromedriver will be started, not a standalone selenium.
77
// Tests for browsers other than chrome will not run.

selenium/start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
java -jar selenium/selenium-server-standalone-2.37.0.jar -Dwebdriver.chrome.driver=./selenium/chromedriver
1+
java -jar selenium/selenium-server-standalone-2.43.1.jar -D webdriver.chrome.driver=./selenium/chromedriver

0 commit comments

Comments
 (0)