karma-growl-notifications-reporter

v0.0.2
Karma growl reporter that falls back to Notification Center support on OS X

Karma Growl Notifications Reporter

Quick and dirty growl notifications reporter for Karma that will fall back to Notification Center on Mac OS 10.8 or later when terminal-notifier is installed.

Installation

npm install karma-growl-notifications-reporter --save-dev

Usage

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

Or, using the karma start command.

karma start --reporters progress,growl-notifications
npm i karma-growl-notifications-reporter

Metadata

  • MIT
  • Whatever
  • Alex Gibbons
  • released 6/14/2014

Downloads

Maintainers