Sha256: ad4555fc3aa518e269ff80d60e9753e2291b7d51941f485e7b878607bdb445a4
Contents?: true
Size: 1.33 KB
Versions: 3
Compression:
Stored size: 1.33 KB
Contents
Test Notifier ============ Inspired by http://railstips.org/2007/7/23/autotest-growl-pass-fail-notifications After using Growl notification, I decided to write my own plugin because I have to work on Ubuntu and Mac OS X and I missed the notification on my Linux box. This plugin works with Linux, Mac OS X and Windows. All you need to do is install the specific notification library for your OS. Instead of displaying lots of notifications for each failure, I prefer to be notified about the whole test result (you'll have to check your log file anyway in order to clean up the failures/errors). Author: Nando Vieira <http://simplesideias.com.br/> Installation ------------ Mac OS X 1) Install Growl (http://growl.info/) Install the growlnotify script located on the "Extras" directory Linux 1) Install libnotify-bin ant its dependencies: aptitude install libnotify-bin Windows 1) Install Snarl: Download from http://www.fullphat.net/ 2) Install ruby-snarl: gem install ruby-snarl Usage ----- If you're using Test::Unit you should add `require "test_notifier/test_unit"` If you're using RSpec you should add `require "test_notifier/rspec"` If you're using Autotest you should add `require "test_notifier/autotest"` to the file `~/.autotest` -- Found this useful? Consider a donation (any amount): Paypal: fnando dot vieira at gmail dot com
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
test_notifier-0.0.8 | README.txt |
test_notifier-0.0.7 | README.txt |
test_notifier-0.0.9 | README.txt |