Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

karma-edge-launcher

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-edge-launcher

A Karma plugin. Launcher for Microsoft Edge.

  • 0.4.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12K
increased by61.67%
Maintainers
2
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 12 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc