-
Notifications
You must be signed in to change notification settings - Fork 120
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
Chromium support for Darwin and Windows #45
Comments
Add support for Chromium for Darwin and Windows platforms Remove linux chromium binary lookup in Google Chrome Closes karma-runner#45
+1 |
1 similar comment
+1 |
It's quiet simple to hack it to work by editing karma-chrome-launcher in node_modules: But I think there could be a option "chromePath" where one could define absolute path to chromium. In windows it's usually not installed, but unzipped in random location, so having such elaborate guessing algorithm is not working. |
Found a workaround, which is a good one, just throw this in top of your "karma.conf.js":
No need to monkey patch. |
Add support for Chromium for Linux, Darwin and Windows platforms Remove linux chromium binary lookup in Google Chrome Closes karma-runner#45
Add support for Chromium for Linux, Darwin and Windows platforms Remove linux chromium binary lookup in Google Chrome Closes karma-runner#45 fix grunt errors update readme
Add support for Chromium for Linux, Darwin and Windows platforms Remove linux chromium binary lookup in Google Chrome Closes #45 BREAKING: Chromium needs to be explicitly enabled now
Before karma-chrome-launcher 2.0.0, Chromium was only detected on Linux and as part of the "Chrome" setting. "Chromium" is now recognised as a separate browser and is detected on Mac and Windows as well. karma-runner/karma-chrome-launcher#45 Add a grunt target for Chromium so users may run the following to use Chromium instead of Chrome: grunt karma:chromium Since we keep the default of "Chrome", we'll need an override for CI since we install Chromium there instead of Chrome. Depends on Ie9f906f8 being merged and Nodepool images updated. Bug: T153756 Change-Id: I6ba0d971e7e8c3022d2ab6268ae637688189d768
Version 0.1.8 supports Chromium on linux but not on Darwin and Windows.
The text was updated successfully, but these errors were encountered: