karma-notify-send-reporter

0.0.3 • Public • Published

karma-notify-send-reporter

Report test results using notify-send.

Installation

npm install karma-notify-send-reporter

Configuration

// karma.conf.js
module.exports = function(config) {
  config.set({
    reporters: ['progress', 'notify-send'],
  });
};

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

karma start --reporters notify-send,dots

Dependents (0)

Package Sidebar

Install

npm i karma-notify-send-reporter

Weekly Downloads

2

Version

0.0.3

License

GPL-3.0

Last publish

Collaborators

  • zs