0.0.1 • Published 8 years ago

karma-vivaldi-launcher v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

karma-vivaldi-launcher

Launcher for Vivaldi

This is a WIP use at your own risk. Also fork or submit PR's. This project is based on the karma-chrome-launcher.

Installation

The easiest way is to keep karma-vivaldi-launcher as a devDependency in your package.json, by running

$ npm install karma-vivaldi-launcher --save-dev

Configuration

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

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

$ karma start --browsers Chrome,Chrome_without_security

For more information on Karma see the homepage.