You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows cmd.exe needs to start node first so you need to put this command inside the gruntfile config:
protractor_webdriver: {
options: {
command: 'node node_modules/protractor/bin/webdriver-manager start'
},
all: {
}
}
where node_modules/proctractor/bin/ points to your local protractor installation and starts as root from the path where gruntfile.js remains.
The text was updated successfully, but these errors were encountered:
On Windows cmd.exe needs to start node first so you need to put this command inside the gruntfile config:
protractor_webdriver: {
options: {
command: 'node node_modules/protractor/bin/webdriver-manager start'
},
all: {
}
}
where node_modules/proctractor/bin/ points to your local protractor installation and starts as root from the path where gruntfile.js remains.
The text was updated successfully, but these errors were encountered: