karma-script-launcher

1.0.0last stable release 9 years ago
Complexity Score
Low
Open Issues
N/A
Dependent Projects
496
Weekly Downloadsglobal
20,189

License

  • MIT
    • Yesattribution
    • Permissivelinking
    • Permissivedistribution
    • Permissivemodification
    • Nopatent grant
    • Yesprivate use
    • Permissivesublicensing
    • Notrademark grant

Downloads

Readme

karma-script-launcher

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.

Dependencies

No runtime dependency information found for this package.

CVE IssuesActive
0
Scorecards Score
3.00
Test Coverage
No Data
Follows Semver
Yes
Github Stars
9
Dependenciestotal
12
DependenciesOutdated
7
DependenciesDeprecated
0
Threat Modelling
No Data
Repo Audits
No Data

Learn how to distribute karma-script-launcher in your own private NPM registry

npm config set registry  https://npm.cloudsmith.com/owner/repo
Processing...
Done
npm install karma-script-launcher
Processing...
Done

5 Releases

NPM on Cloudsmith

Getting started with NPM on Cloudsmith is fast and easy.