Socket
Socket
Sign inDemoInstall

karma-edge-launcher

Package Overview
Dependencies
2
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    karma-edge-launcher

A Karma plugin. Launcher for Microsoft Edge.


Version published
Weekly downloads
31K
decreased by-8.14%
Maintainers
2
Install size
447 kB
Created
Weekly downloads
 

Readme

Source

karma-edge-launcher

js-standard-style

Build Status Dependency Status devDependency Status

Launcher for Microsoft Edge.

This is a fork of the launcher for Internet Explorer.

Status

This is in development. There are no published versions on npm yet. If you see a package of this name, it is likely a different project. The tool may be partially useful from the master branch at this point, but consider it unstable software.

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

Last updated on 30 Oct 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc