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

For the latest version of Karma plugins key is not needed #18

Open
Valve opened this issue Jan 31, 2019 · 3 comments
Open

For the latest version of Karma plugins key is not needed #18

Valve opened this issue Jan 31, 2019 · 3 comments

Comments

@Valve
Copy link

Valve commented Jan 31, 2019

here is my karma.conf.js

  config.set({
    frameworks: ["jasmine", "jasmine-matchers"],
    files: ["../index.js", "test.js"],
    reporters: ["progress"],
    port: 9876,  // karma web server port
    colors: true,
    logLevel: config.LOG_INFO,
    browsers: ["ChromeHeadless"],
    autoWatch: false,
    // singleRun: false, // Karma captures browsers, runs the tests and exits
    concurrency: Infinity,
  })

It works perfectly like that, but if I add the plugin key (as in the readme file), it starts complaining:

Cannot load browser "ChromeHeadless": it is not registered! Perhaps you are missing some plugin?

@JamieMason
Copy link
Owner

I'm sorry Valentin but I don't know what I can do to help you with this.

@Valve
Copy link
Author

Valve commented Feb 2, 2019

Oh sorry, you have it in you readme that the plugins key is required. I thought you'd update the readme or I can do a quick PR to do it.
Thanks!

@JamieMason
Copy link
Owner

JamieMason commented Feb 2, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants