Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On Windows be specific and use node to start webdriver #3

Closed
sroe opened this issue May 27, 2014 · 2 comments
Closed

On Windows be specific and use node to start webdriver #3

sroe opened this issue May 27, 2014 · 2 comments

Comments

@sroe
Copy link

sroe commented May 27, 2014

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.

@RonaldTreur
Copy link

Yup, or better yet, fix this in the code since there are windows-only branches anyway.

RonaldTreur added a commit to RonaldTreur/grunt-protractor-webdriver that referenced this issue Oct 5, 2014
@seckardt
Copy link
Owner

seckardt commented Dec 2, 2014

Fixed with commit 80c2ae2

@seckardt seckardt closed this as completed Dec 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants