karma-slimerjstmp-launcher

0.0.2 • Public • Published

karma-slimerjs-launcher

Launcher for SlimerJS.

Installation

The easiest way is to keep karma-slimerjs-launcher as a devDependency in your package.json.

{
  "devDependencies": {
    "karma": "~0.10",
    "karma-slimerjs-launcher": "~0.1"
  }
}

You can simple do it by:

npm install karma-slimerjs-launcher --save-dev

Configuration

// karma.conf.js
module.exports = function(config) {
  config.set({
    browsers: ['SlimerJS'],
  });
};

You can pass list of browsers as a CLI argument too:

karma start --browsers SlimerJS,Chrome

For more information on Karma see the homepage.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    3
  • 0.0.1
    1

Package Sidebar

Install

npm i karma-slimerjstmp-launcher

Weekly Downloads

4

Version

0.0.2

License

MIT

Last publish

Collaborators

  • gskachkov