mocha-to-hipchat-reporter

0.1.1 • Public • Published

mocha-to-hipchat-reporter

Command-line tool that parses mocha json output and reports failed test to Hipchat

Install

[sudo] npm install -g mocha-to-hipchat-reporter

Usage

All it needs is running the mocha tests with the json reporter and pipe it into mocha-to-hipchat-reporter, which requires a config for connecting to hipchat.

mocha --reporter json | mocha-to-hipchat-reporter -c config.json

Config template

{
  "hipchat": {
    "token": "",
    "channel": ""
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i mocha-to-hipchat-reporter

Weekly Downloads

2

Version

0.1.1

License

none

Last publish

Collaborators

  • cinepass