Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

karma-debug-launcher

nikku1.6kMIT0.0.5

Opens your test suites debug view in your favorite browser

karma-plugin, karma-launcher, open, debug

readme

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

changelog

Changelog

All notable changes to karma-debug-launcher are documented here. We use semantic versioning for releases.

Unreleased

_Note: Yet to be released changes appear here._

0.0.5

  • DEPS: bump dependencies

0.0.4

  • DOCS: fix install instructions

0.0.3

  • CHORE: make node-only utility (no need to execute CLI)

0.0.2

  • CHORE: documentation + keyword improvements

0.0.1

Initial Release.