File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
"browser-sync" : " ^1.3.6" ,
35
35
"http-proxy" : " ^1.3.0" ,
36
36
"chalk" : " ^0.4.0" ,
37
- "protractor" : " ^1.1.1 " ,
37
+ "protractor" : " ^1.4.0 " ,
38
38
"uglify-save-license" : " ^0.4.1" <%= npmDependencies %>
39
39
},
40
40
"engines" : {
Original file line number Diff line number Diff line change 2
2
exports . config = {
3
3
// The address of a running selenium server.
4
4
//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
6
6
7
7
// Capabilities to be passed to the webdriver instance.
8
8
capabilities : {
You can’t perform that action at this time.
0 commit comments