diff --git a/Gruntfile.js b/Gruntfile.js index 5309730..2a758af 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -8,7 +8,7 @@ module.exports = function(grunt) { stdout: true }, selenium: { - command: './selenium/start', + command: 'node ./node_modules/protractor/bin/webdriver-manager start', options: { stdout: false, async: true