Skip to content

kristijanhusak/karma-growl-notifications-reporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%