Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtblin/mocha-osx-reporter
A Mocha reporter. Report results with OSX Notification Center.
https://github.com/jtblin/mocha-osx-reporter
Last synced: 2 months ago
JSON representation
A Mocha reporter. Report results with OSX Notification Center.
- Host: GitHub
- URL: https://github.com/jtblin/mocha-osx-reporter
- Owner: jtblin
- License: other
- Created: 2014-09-10T15:27:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-12T11:47:05.000Z (over 10 years ago)
- Last Synced: 2024-10-05T16:19:53.823Z (3 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![NPM version](https://badge.fury.io/js/mocha-osx-reporter.svg)](http://badge.fury.io/js/mocha-osx-reporter)
# mocha-osx-reporter
`mocha-osx-reporter` is a reporter for [mocha](https://github.com/visionmedia/mocha) that displays test results in the
OSX Notification Center). It only works for node.js at the moment.## Usage
npm install mocha-osx-reporter --save-dev
mocha --reporter mocha-osx-reporterIf you want to use another reporter to display the outputs to the console, you can use [mocha-multi](https://github.com/glenjamin/mocha-multi).
multi="mocha-osx-reporter=- spec=-" mocha --reporter mocha-multi
## Contributions
Please open issues for bugs and suggestions in [github](https://github.com/jtblin/mocha-osx-reporter/issues).
## Author
Jerome Touffe-Blin, [@jtblin](https://twitter.com/jtlbin), [About me](http://about.me/jtblin)
## License
mocha-osx-reporter is copyright 2014 Jerome Touffe-Blin and contributors. It is licensed under the BSD license.
See the include LICENSE file for details.