Reputation: 151
Nightwatch.js (node) End to End Mocha Tests on Chrome suddenly are not running.
It says Starting Selenium Server, and stuck there. I've been trying to find a fix for it, but since it doesn't output any log, I can't really debug anything.
What could be the possible cause for it?
I've tried
1) Redownload latest chromedriver and selenium-standalone
2) Redownload previous version chromdriver and selenium-standalone
3) nightwatch.json (using port 4444, and localhost, it worked perfectly before)
4) change port and host
5) delete all npm package, and reinstall
6) restart
7) disable anti-virus
8) replug internet connection
I installed mouse without border the day before the tests stuck, could it be an issue?
Upvotes: 0
Views: 395
Reputation: 151
The reason it's not running is due to versions clash
1) download JRE v10.0
2) update latest chromedriver.exe and chrome
3) for selenium standalone server, only 3.9.1 is working for chrome v65
Upvotes: 1