karma-edge-launcher

0.4.2last stable release 8 years ago
Complexity Score
Low
Open Issues
N/A
Dependent Projects
432
Weekly Downloadsglobal
25,234

License

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

Downloads

Readme

karma-edge-launcher

Launcher for Microsoft Edge.

This is a fork of the launcher for Internet Explorer. Originally located at nickmccurdy/karma-edge-launcher.

Based on edge-launcher.

Status

In development, with pre-1.0 versions now available on the npm registry.

Installation

The easiest way is to keep karma-edge-launcher as a devDependency, by running

npm install karma-edge-launcher --save-dev

Configuration

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

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

karma start --browsers Edge

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
21
Dependenciestotal
18
DependenciesOutdated
12
DependenciesDeprecated
2
Threat Modelling
No Data
Repo Audits
No Data

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

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

9 Releases

NPM on Cloudsmith

Getting started with NPM on Cloudsmith is fast and easy.