Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

A Karma plugin. Launcher for the Ubuntu webbrowser-app.

License

Notifications You must be signed in to change notification settings

weeman1337/karma-ubuntu-browser-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Karma plugin. Launcher for the Ubuntu webbrowser-app.

Resources

License

Stars

Watchers

Forks

Packages

No packages published