Skip to content

Commit 25a041e

Browse files
committed
Merge pull request #97 from loezix/master
FIX: broken seleniumServerJar setting
2 parents 7c23411 + 2bba67b commit 25a041e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/templates/_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"browser-sync": "^1.3.6",
3535
"http-proxy": "^1.3.0",
3636
"chalk": "^0.4.0",
37-
"protractor": "^1.1.1",
37+
"protractor": "^1.4.0",
3838
"uglify-save-license": "^0.4.1"<%= npmDependencies %>
3939
},
4040
"engines": {

app/templates/test/protractor.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
exports.config = {
33
// The address of a running selenium server.
44
//seleniumAddress: 'http://localhost:4444/wd/hub',
5-
seleniumServerJar: '../node_modules/protractor/selenium/selenium-server-standalone-2.43.1.jar', // Make use you check the version in the folder
5+
//seleniumServerJar: deprecated, this should be set on node_modules/protractor/config.json
66

77
// Capabilities to be passed to the webdriver instance.
88
capabilities: {

0 commit comments

Comments
 (0)