1.1.0 • Published 8 years ago

karma-slimerjs-launcher v1.1.0

Weekly downloads
91
License
MIT
Repository
github
Last release
8 years ago

karma-slimerjs-launcher

js-standard-style npm version npm downloads

Build Status Dependency Status devDependency Status

Launcher for SlimerJS.

Installation

The easiest way is to keep karma-slimerjs-launcher as a devDependency in your package.json. You can simply do that, by running

$ 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.

1.1.0

8 years ago

1.0.0

8 years ago

0.2.0

9 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago