karma-notification_center-reporter

0.0.2 • Public • Published

karma-notificationCenter-reporter

Report test results using the OSX Notification Center

Installation

**You must have OSX terminal-notifier installed (https://github.com/alloy/terminal-notifier) for this plugin to work. The easiest way is to keep karma-notificationCenter-reporter as a devDependency in your package.json.

{
  "devDependencies": {
    "karma": "~0.10",
    "karma-notificationCenter-reporter": "~0.1"
  }
}

You can simple do it by:

npm install karma-notificationCenter-reporter --save-dev

Configuration

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

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

karma start --reporters notificationCenter

For more information on Karma see the homepage.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i karma-notification_center-reporter

      Weekly Downloads

      1

      Version

      0.0.2

      License

      MIT

      Last publish

      Collaborators

      • cmenscher