karma-script-launcher

1.0.0 • Public • Published

karma-script-launcher

js-standard-style npm version npm downloads

Build Status Dependency Status devDependency Status

Shell script launcher for Karma

This plugin allows you to use a shell script as a browser launcher. The script has to accept a single argument - the url that the browser should open.

Installation

Install using

$ npm install karma-script-launcher --save-dev

Configuration

// karma.conf.js
module.exports = function(config) {
  config.set({
    browsers: ['/usr/local/bin/my-custom.sh']
  })
}

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

$ karma start --browsers /some/custom/script.sh

For more information on Karma see the homepage.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    11,408
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    11,408
  • 0.2.0
    301
  • 0.1.0
    10,291
  • 0.0.2
    0
  • 0.0.1
    8

Package Sidebar

Install

npm i karma-script-launcher

Weekly Downloads

22,008

Version

1.0.0

License

MIT

Last publish

Collaborators

  • dignifiedquire
  • vojtajina
  • zzo