Skip to content
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

Skip polyfill tests if chrome is not installed #685

Closed
Justin-CB opened this issue Jun 4, 2020 · 2 comments
Closed

Skip polyfill tests if chrome is not installed #685

Justin-CB opened this issue Jun 4, 2020 · 2 comments
Labels
tests web Issues relating to the HTML5 frontend

Comments

@Justin-CB
Copy link
Contributor

At some point the tests will probably be generalized to multiple browsers, & so it would make sense to just skip tests for browsers that aren't installed because you can't expect everyone to have both chrome and firefox, & certainly not all the latest release and beta/canary/nightly versions. If we also test other chromium & gecko-based browsers, that could lead to even more bloat for the tests.

@Dinnerbone Dinnerbone added tests web Issues relating to the HTML5 frontend labels Jun 16, 2020
@Justin-CB
Copy link
Contributor Author

Also, chromedriver isn't available for 32-bit linux systems, like the one I'm on right now.

@danielhjacobs
Copy link
Contributor

According to #17080, wdio no longer just assumes Chrome is installed; you now have to tell it which browsers to test on. This also means it now supports more than just Chrome locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests web Issues relating to the HTML5 frontend
Projects
None yet
Development

No branches or pull requests

3 participants