38 lines
2.0 KiB
Markdown
38 lines
2.0 KiB
Markdown
# Jasmine Growl Reporter
|
|
|
|
[](http://badge.fury.io/js/jasmine-growl-reporter)
|
|
[](https://gemnasium.com/AlphaHydrae/jasmine-growl-reporter)
|
|
[](https://travis-ci.org/AlphaHydrae/jasmine-growl-reporter)
|
|
|
|
Growl notifications when running your Jasmine specs.
|
|
|
|

|
|

|
|
|
|
This reporter is included with [jasmine-node](https://github.com/mhevery/jasmine-node) and [grunt-jasmine-node](https://github.com/jasmine-contrib/grunt-jasmine-node).
|
|
|
|
See [node-growl](https://github.com/visionmedia/node-growl) for platform-specific installation instructions.
|
|
|
|
## Compatibility
|
|
|
|
* `v2.*` drops support for Node.js 0.12 and older
|
|
* `v0.2.*` and higher are compatible with Jasmine 2.0 reporters
|
|
* `v0.0.*` are compatible with Jasmine 1.3 reporters
|
|
|
|
## OS X Notification Center
|
|
|
|
Due to how the OS X Notification Center and [terminal-notifier](https://github.com/alloy/terminal-notifier) work,
|
|
passed and failed icons cannot currently be shown when forwarding Growl notifications to the notification center:
|
|
|
|

|
|
|
|
## Meta
|
|
|
|
* **Author:** [Simon Oulevay (Alpha Hydrae)](https://github.com/AlphaHydrae)
|
|
* **License:** MIT (see [LICENSE.txt](https://raw.github.com/AlphaHydrae/jasmine-growl-reporter/master/LICENSE.txt))
|
|
* **Icons:** [Free Must Have Icons from VisualPharm](http://www.visualpharm.com/must_have_icon_set/)
|
|
|
|
### Contributors
|
|
|
|
* [Michael Kebe](https://github.com/michaelkebe) (show passed and failed icons)
|