JSPM

karma-growly-reporter

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q53528F
  • License ISC

Karma Growly Reporter

Package Exports

  • karma-growly-reporter

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (karma-growly-reporter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

karma-growly-reporter

Karma Growly Reporter sends Growl notifications for Karma errors.

It can be configured to send notifications to a remote computer (e.g. for those running the development environment on a virtual machine).

Installation

npm install karma-growly-reporter --save-dev

Configuration

In Growl Preferences listen for incoming connection checkbox on the Network tab must be switched on. This tab also shows your host IP and port used by Growl.

To configure a destination (which is by default set to 'localhost:23053'), create karma-growly-reporter.json file with the following format:

{
    "host": "10.0.0.1",
    "port": 23053
}