karma-debug-launcher

0.0.5 • Public • Published

karma-debug-launcher

CI Status

Automatically open your Karma spec in your favorite browser. An imaginary launcher.

Usage

Install the utility via npm:

npm install karma-debug-launcher

Integrate it as a browser in your karma.config.js:

module.exports = function(karma) {

  karma.set({
    ...,

    browsers: [ 'Debug' ]
  });
};

License

MIT

Package Sidebar

Install

npm i karma-debug-launcher

Weekly Downloads

244

Version

0.0.5

License

MIT

Unpacked Size

3.82 kB

Total Files

5

Last publish

Collaborators

  • nikku