karma-edge-launcher
A Karma plugin. Launcher for Microsoft Edge.
Last updated 7 years ago by nicolasmccurdy .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install karma-edge-launcher 
SYNC missed versions from official npm registry.

karma-edge-launcher

js-standard-style npm version npm downloads

Build Status Build Status Dependency Status devDependency Status

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.

Current Tags

  • 0.4.2                                ...           latest (7 years ago)

9 Versions

  • 0.4.2                                ...           7 years ago
  • 0.4.1                                ...           8 years ago
  • 0.4.0                                ...           8 years ago
  • 0.3.0                                ...           8 years ago
  • 0.2.0                                ...           8 years ago
  • 0.1.2                                ...           8 years ago
  • 0.1.1                                ...           8 years ago
  • 0.1.0                                ...           8 years ago
  • 0.0.0                                ...           9 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (17)

Copyright 2013 - present © cnpmjs.org | Home |