-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Handle Chromium to run Karma #32178
Handle Chromium to run Karma #32178
Conversation
@ffoodd don't we need a new karma launcher package for Chromium? EDIT: to answer my question, this might be already supported by the https://github.com/karma-runner/karma-chrome-launcher package we are using. |
Confirmed: https://github.com/karma-runner/karma-chrome-launcher#readme
The same for Firefox BTW, a single launcher works for ESR, Stable, DevEd and Nightly. |
Marked it for backport too since it helps you and doesn't hurt having it :) I'll try to install Chromium on my VM and try this later to confirm it works. |
OK, so I tested this on Windows and Chromium isn't detected. But on Linux Mint it works, so I guess it's fine :) |
I do not have Chrome nor stable Firefox and am always using this locally to run tests.
Could also add Firefox Nightly or ESR but I guess Chromium is a first, better choice.