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

is there a way to make launchers / browsers optional? an "automatic" setting? #1470

Closed
jokeyrhyme opened this issue Jun 24, 2015 · 2 comments

Comments

@jokeyrhyme
Copy link

I have a use case where we have multiple developers on multiple platforms, and the full set of browsers is not available on any single machine. For example, we have Windows machines that have IE but not Safari, and we have OSX machines that have Safari but not IE.

Rather than limit testing to cross-platform browsers (Chrome and Firefox), it would be terrific if I could specify that I want any and all available browsers / launchers to be used, but to only trigger a warning instead of an error when some of them are missing.

Our CI will then be able to test in a set of browsers, and each developer will be testing in other (overlapping) sets of browsers, all with one hopefully simple configuration.

Any ideas? Is there a plugin that achieves this? Is this a horrible approach?

@jokeyrhyme
Copy link
Author

For example, maybe a onBrowserMissing: "error" that I can change to "warning"?
Or maybe an optionalBrowsers: [] setting I can set to [ "Safari", "IE" ]?

@jokeyrhyme
Copy link
Author

Nevermind, I found this: https://www.npmjs.com/package/karma-detect-browsers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant