Skip to content

Launches your favorite browser with your tests in DEBUG view.

License

Notifications You must be signed in to change notification settings

nikku/karma-debug-launcher

Repository files navigation

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

About

Launches your favorite browser with your tests in DEBUG view.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project