Fix grunt-protractor-runner dependency
Showing
2 changed files
with
3 additions
and
2 deletions
... | @@ -222,7 +222,8 @@ module.exports = function(grunt) { | ... | @@ -222,7 +222,8 @@ module.exports = function(grunt) { |
222 | }, | 222 | }, |
223 | protractor: { | 223 | protractor: { |
224 | options: { | 224 | options: { |
225 | configFile: 'test/functional/protractor.config.js' | 225 | configFile: 'test/functional/protractor.config.js', |
226 | webdriverManagerUpdate: process.env.TRAVIS ? false : true | ||
226 | }, | 227 | }, |
227 | 228 | ||
228 | chrome: { | 229 | chrome: { | ... | ... |
... | @@ -30,7 +30,7 @@ | ... | @@ -30,7 +30,7 @@ |
30 | "grunt-github-releaser": "^0.1.17", | 30 | "grunt-github-releaser": "^0.1.17", |
31 | "grunt-karma": "~0.6.2", | 31 | "grunt-karma": "~0.6.2", |
32 | "grunt-open": "0.2.3", | 32 | "grunt-open": "0.2.3", |
33 | "grunt-protractor-runner": "git+https://github.com/forbesjo/grunt-protractor-runner.git#update-webdriver", | 33 | "grunt-protractor-runner": "git+https://github.com/forbesjo/grunt-protractor-runner.git#webdriverManagerUpdate", |
34 | "grunt-shell": "0.6.1", | 34 | "grunt-shell": "0.6.1", |
35 | "grunt-version": "^1.0.0", | 35 | "grunt-version": "^1.0.0", |
36 | "karma": "~0.10.0", | 36 | "karma": "~0.10.0", | ... | ... |
-
Please register or sign in to post a comment