Open reallymello opened 1 year ago
After, if I manually run npm install chromedriver@latest
everything works. In previous revisions of create-nightwatch it installed chromedriver as a dependency during the init.
I tried to run npm init on a Windows 11 machine with Chrome 115 and Node 18.16 and the setup is working fine, not able to reproduce this issue.
Seems to me like something to do with selenium-manager not working properly on your machine. If you uninstall chromedriver from your some other project using Nightwatch v3, does it run fine or give the same error?
Hey @reallymello, Did @garg3133's comment resolve your issue here?
Description of the bug/issue
When I run
npm init nightwatch
to setup Nightwatch 3.1.1, select TypeScript end-to-end testing, and run npx nightwatch I expect the sample tests to run, but instead I receive errorSteps to reproduce
Run
npm init nightwatch@latest
on Windows 10 with Chrome as the selected driver with TypeScript end-to-end testsSample test
Command to run
Verbose Output
Nightwatch Configuration
Nightwatch.js Version
3.1.1
Node Version
18.16.0
Browser
Chrome
Operating System
Windows 10
Additional Information
nw31Test.zip