1.0.0 • Published 8 years ago

karma-ubuntu-browser-launcher v1.0.0

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

karma-ubuntu-browser-launcher

Launcher for the Ubuntu Browser App.

Installation

npm install karma-ubuntu-browser-launcher --save-dev

Configuration

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

You can pass the Ubuntu Browser as a Karma CLI argument too:

karma start --browsers UbuntuBrowser