Git Product home page Git Product logo

Comments (9)

gluons avatar gluons commented on May 31, 2024 2

@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.

from karma-firefox-launcher.

Perera-T avatar Perera-T commented on May 31, 2024 1

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

from karma-firefox-launcher.

c24w avatar c24w commented on May 31, 2024

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

from karma-firefox-launcher.

davidhartman00 avatar davidhartman00 commented on May 31, 2024

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!

from karma-firefox-launcher.

c24w avatar c24w commented on May 31, 2024
// karma.conf.js
module.exports = function(config) {
  config.set({
    browsers: ['Firefox', 'FirefoxDeveloper', 'FirefoxAurora', 'FirefoxNightly'],
  })
}

Source

from karma-firefox-launcher.

birtles avatar birtles commented on May 31, 2024

Are you able to set the path in FIREFOX_BIN?

from karma-firefox-launcher.

Perera-T avatar Perera-T commented on May 31, 2024

Are you able to set the path in FIREFOX_BIN?

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

from karma-firefox-launcher.

birtles avatar birtles commented on May 31, 2024

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

from karma-firefox-launcher.

Perera-T avatar Perera-T commented on May 31, 2024

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

I tried this, still having issues though.
image

from karma-firefox-launcher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.