-
Notifications
You must be signed in to change notification settings - Fork 53
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
Firefox binary not included in package #57
Comments
You need to install Firefox yourself; however that might be. |
I get the same error. I do not have FF on my machine as I have FF Developer. How can I change karma to look for FF Dev instead of plane old FF? Or is there a compelling reason to have the normal FF on my machine in addition to FF Dev? Thanks! |
// karma.conf.js
module.exports = function(config) {
config.set({
browsers: ['Firefox', 'FirefoxDeveloper', 'FirefoxAurora', 'FirefoxNightly'],
})
} |
@davidhartman00 If Karma can't find your Firefox, you can set the environment variable. If you use |
Are you able to set the path in |
I guess you want |
After installing
karma-firefox-launcher
and adding'Firefox'
to my karma config browser list, I get the following error:It looks like the firefox binary file is not included in this package. How do I get it?
The text was updated successfully, but these errors were encountered: