-
Notifications
You must be signed in to change notification settings - Fork 63
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
"runner.startWebDriver is not a function" thrown after upgrading to nightwatch 2.0.4 #950
Comments
I found this as well. npm resolution error report2022-02-03T07:54:37.695Z Found: [email protected] Could not resolve dependency: Fix the upstream dependency conflict, or retry Raw JSON explanation object: { |
looks like this has to deal with the dependency upgrade, @cvacalares is this something you would like to raise a PR, we can try to ping to get approve on the PR. Thanks! |
Facing the same problem. It is not possible to upgrade to the latest version of Nightwatch |
I am facing the same problem. |
@ituradastra something to consider is to adopt nightwatch v2+ directly. |
@icloudphil thank you. I considered it, I have a lot of tests written in nightwatch-api and cucumber, and adopting nightwatch v2 directly requires a lot of changes in my current set up. If you have some examples how to make the migration easier, please share it. At the end I think I will need to switch to nightwatch v2 |
Expected Behavior
Is the current nightwatch-api compatible with nightwatch 2.0.4?
Current Behavior
After installing the latest nightwatch 2.0.4, my scripts are now failing with an error "runner.startWebDriver is not a function".
TypeError: runner.startWebDriver is not a function
Steps to Reproduce (for bugs)
Set the package.json to "nightwatch": "2.0.4" and install it.
Context
I'm trying to use the latest nightwatch since it has new features and bug fixes.
Your Environment
The text was updated successfully, but these errors were encountered: