-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
web-sys: Add Chrome headless testing to CI #622
Labels
Comments
alexcrichton
added a commit
to alexcrichton/wasm-bindgen
that referenced
this issue
Aug 3, 2018
alexcrichton
added a commit
to alexcrichton/wasm-bindgen
that referenced
this issue
Aug 3, 2018
alexcrichton
added a commit
to alexcrichton/wasm-bindgen
that referenced
this issue
Aug 3, 2018
alexcrichton
added a commit
to alexcrichton/wasm-bindgen
that referenced
this issue
Aug 3, 2018
alexcrichton
added a commit
to alexcrichton/wasm-bindgen
that referenced
this issue
Aug 3, 2018
alexcrichton
added a commit
to alexcrichton/wasm-bindgen
that referenced
this issue
Aug 4, 2018
alexcrichton
added a commit
that referenced
this issue
Aug 4, 2018
When trying to run chromedriver tests in travis I get this error message:
if via this work you know how to avoid that it would be very useful. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
We'll want to edit the travis config to download
chromedriver
and also probably Chrome itself. We should the configure js-sys and web-sys tests to both run withgeckodriver
andchromedriver
on CI, ensuring that tests pass in both Firefox and Chrome.The text was updated successfully, but these errors were encountered: