karma-script-launcher

WebJar for karma-script-launcher

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

karma-script-launcher
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

karma-script-launcher
WebJar for karma-script-launcher
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/karma-runner/karma-script-launcher

Download karma-script-launcher

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/karma-script-launcher/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>karma-script-launcher</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/karma-script-launcher/
implementation 'org.webjars.npm:karma-script-launcher:0.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/karma-script-launcher/
implementation ("org.webjars.npm:karma-script-launcher:0.1.0")
'org.webjars.npm:karma-script-launcher:jar:0.1.0'
<dependency org="org.webjars.npm" name="karma-script-launcher" rev="0.1.0">
  <artifact name="karma-script-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='karma-script-launcher', version='0.1.0')
)
libraryDependencies += "org.webjars.npm" % "karma-script-launcher" % "0.1.0"
[org.webjars.npm/karma-script-launcher "0.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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.

org.webjars.npm

Karma

The Spectacular Test Runner for JavaScript.

Versions

Version
0.1.0