dwyl / learn-nightwatch

:last_quarter_moon_with_face: Learn how to use Nightwatch.js to easily & automatically test your web apps in *real* web browsers.
584 stars 214 forks source link

Unable to reach localhost:8080 after upgrading Node to 8.1.4 #64

Closed davidRuizHernandez closed 7 years ago

davidRuizHernandez commented 7 years ago

Hello everyone,

Our development group is starting a new React project and I have been trying to use Nightwatch + Selenium to do the e2e testing. I got it to work when running everything using NodeJS 6.9.4. Now we have been forced to upgrade NodeJS to 8.1.4 and I'm facing an issue that is stopping me to proceed with testing. When using Selenium with Chrome as browser, I keep getting a 'This site can't be reached' message (but the page can be accessed if I open manually a Chrome window. Any idea what can be going on? Here you have the test result log and my nightwatch.conf.js

Test Result:

log.txt

Nightwatch Conf

nightwatch.conf.txt

Thanks for your help.

David

Sorry for having the files attached instead of expanded on the comment but I'm new in GitHub