Facing issue in nightwatchv2 #2898
Unanswered
GoravGupta
asked this question in
Help Needed
Replies: 2 comments 5 replies
-
did you update selenium server as well? Or just Nightwatch? |
Beta Was this translation helpful? Give feedback.
3 replies
-
I was getting different error but in essence it was the same issue with selenium server not getting started. If you read the getting started >> installation document, it says you don't need selenium server unless you want to use selenium grid. I don't use selenium grid so here is what I did. I created a new project and Nightwatch created a new Nightwatch.conf.js. I used this config file in my project. Tests started running. I know this is a Hack not an elegant solution |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was using nightwatch v1.7 and scripts were running fine. But I started getting issues regarding webdriver server path when using nightwatch v2.0alpha.
I have tried changing the path(pointing to chrome driver under node-modules/bin) but in vain.
When I am switching back to v1.7, it is working very fine
Can someone please help?
Beta Was this translation helpful? Give feedback.
All reactions