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

Firefox binary not included in package #57

Open
dopatraman opened this issue Oct 11, 2016 · 9 comments
Open

Firefox binary not included in package #57

dopatraman opened this issue Oct 11, 2016 · 9 comments

Comments

@dopatraman
Copy link

After installing karma-firefox-launcher and adding 'Firefox' to my karma config browser list, I get the following error:

No binary for Firefox browser on your platform.
  Please, set "FIREFOX_BIN" env variable.

It looks like the firefox binary file is not included in this package. How do I get it?

@c24w
Copy link

c24w commented Feb 8, 2017

You need to install Firefox yourself; however that might be.

@davidhartman00
Copy link

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!

@c24w
Copy link

c24w commented May 15, 2017

// karma.conf.js
module.exports = function(config) {
  config.set({
    browsers: ['Firefox', 'FirefoxDeveloper', 'FirefoxAurora', 'FirefoxNightly'],
  })
}

Source

@gluons
Copy link

gluons commented Aug 19, 2017

@davidhartman00 If Karma can't find your Firefox, you can set the environment variable.

If you use Firefox, you can set FIREFOX_BIN to path of your Firefox binary.
If you use FirefoxDeveloper, you can set FIREFOX_DEVELOPER_BIN to path of your Firefox Developer binary.

@Perera-T
Copy link

I’m also having this issue. I have installed FireFox and tried setting the path to it, but I still haven’t been able to run the program.
B9345DCB-70D4-4404-B723-75B4ACEC8838

@birtles
Copy link
Collaborator

birtles commented Feb 17, 2023

Are you able to set the path in FIREFOX_BIN?

@Perera-T
Copy link

Are you able to set the path in FIREFOX_BIN?

I tried this from a previous suggestion I had received.
image

@birtles
Copy link
Collaborator

birtles commented Feb 18, 2023

I guess you want set FIREFOX_BIN=... without the PATH in there.

@Perera-T
Copy link

I guess you want set FIREFOX_BIN=... without the PATH in there.

I tried this, still having issues though.
image

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

6 participants