karma-firefox-launcher
Launcher for Mozilla Firefox.
Installation
The easiest way is to keep karma-firefox-launcher
as a devDependency in your package.json
.
You can simple do it by:
npm install karma-firefox-launcher --save-dev
Configuration
// karma.conf.jsmodule { config;};
You can pass list of browsers as a CLI argument too:
karma start --browsers Firefox,Chrome
For more information on Karma see the homepage.