-
Notifications
You must be signed in to change notification settings - Fork 18
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
Errors after upgrading to v1.0.0 #55
Comments
As far as I saw the logs you pasted, a selenium server dose not seem to be running in your environment. Please access to |
Isnt gulp-nightwatch starting the selenium server itself? My gulp workflow only starts a dev server at http://localhost:8080/docs/ |
Yes. To be exact, gulp-nightwatch starts a selenium server via nightwatch when |
Glad to know its a bug and not my code for once :-) |
Candidate resolution of issue #33, "Resolve Travis CI Nightwatch failures since #32 resolution". Moving away from PhantomJS as its development has been discontinued (ariya/phantomjs#15344), its latest and final version (2.1.1) does not support Web Fonts (https://stackoverflow.com/q/23404658/1840078) which were recently added to this project, it does not work with any version of Selenium beyond 3.5.3 save for 3.7.1 based on my own testing (perhaps related: Firefox on Selenium 3.5+ breakage: nightwatchjs/nightwatch#1628), local download of Google Fonts is hard to automate and PhantomJS user-agent cannot be changed without likely modifications to Nightwatch. Also: updated gulp-nightwatch to latest non-broken version - 1.0.0 is broken (tatsuyafw/gulp-nightwatch#55)... and depends on [email protected] which is still in beta. Replaced slower and less reliable pause(time) calls with .waitForElementPresent(selector, time) calls to increase e2e test clarity and reliability.
I've fixed this issue, and released as v1.0.1. |
@tatsuyafw Works! Thx a lot! |
No problems with running this plugin in v0.3.3 but updateing to v1.0.0 this comes up when calling:
error:
my config:
The text was updated successfully, but these errors were encountered: