All Projects → nickmccurdy → Karma Edge Launcher

nickmccurdy / Karma Edge Launcher

Licence: mit
A Karma plugin. Launcher for Microsoft Edge.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Karma Edge Launcher

tropic
🍍 Test Runner Library
Stars: ✭ 29 (+107.14%)
Mutual labels:  karma, test-automation
Launcher3
Launcher3 with no drawer
Stars: ✭ 25 (+78.57%)
Mutual labels:  launcher
Rest Assured
Java DSL for easy testing of REST services
Stars: ✭ 5,646 (+40228.57%)
Mutual labels:  test-automation
Unit Test Demo
一步一步介绍如何给项目添加单元测试
Stars: ✭ 766 (+5371.43%)
Mutual labels:  karma
Generator M Ionic
Advanced workflows and setup for building rock-solid Ionic apps
Stars: ✭ 677 (+4735.71%)
Mutual labels:  karma
Arma3launcherlib
Simple .NET library containing everything needed for a custom Arma 3 launcher.
Stars: ✭ 7 (-50%)
Mutual labels:  launcher
Spring Testing
A Spring Boot application with lots of sample tests
Stars: ✭ 569 (+3964.29%)
Mutual labels:  test-automation
Dotfiles
🌸 Aesthetic OpenboxWM Environment (Completed Setup)
Stars: ✭ 873 (+6135.71%)
Mutual labels:  launcher
Steamdock
A clean dock for your Steam games
Stars: ✭ 17 (+21.43%)
Mutual labels:  launcher
Tavern
A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise and flexible YAML-based syntax
Stars: ✭ 760 (+5328.57%)
Mutual labels:  test-automation
Keypirinha
A fast keystroke launcher for Windows
Stars: ✭ 751 (+5264.29%)
Mutual labels:  launcher
Green
Green is a clean, colorful, fast python test runner.
Stars: ✭ 691 (+4835.71%)
Mutual labels:  test-automation
Openjk Launcher
Launcher and installer for OpenJk
Stars: ✭ 16 (+14.29%)
Mutual labels:  launcher
Nwb
A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it)
Stars: ✭ 5,429 (+38678.57%)
Mutual labels:  karma
Ecommerceapp
QA Strategy for microservices with Synchronous and Asynchronous communication
Stars: ✭ 27 (+92.86%)
Mutual labels:  test-automation
Kotlin Frontend Plugin
Gradle Kotlin (http://kotlinlang.org) plugin for frontend development
Stars: ✭ 578 (+4028.57%)
Mutual labels:  karma
Dext
🔍 A smart launcher. Powered by JavaScript.
Stars: ✭ 713 (+4992.86%)
Mutual labels:  launcher
Karma Webpack
Karma webpack Middleware
Stars: ✭ 818 (+5742.86%)
Mutual labels:  karma
Cerebro
Open-source productivity booster with a brain
Stars: ✭ 7,181 (+51192.86%)
Mutual labels:  launcher
Tui Consolelauncher
Linux CLI Launcher for Android
Stars: ✭ 861 (+6050%)
Mutual labels:  launcher

Moved to karma-runner/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.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].