Sha256: 33816bcfc6fc019b0572e33f552edae344c65b749e5eb49e7b781427fb99fc4d
Contents?: true
Size: 1.17 KB
Versions: 5
Compression:
Stored size: 1.17 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 ------------ Add the following line to your environment.rb (Rails apps) or test file: require 'test_notifier' 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 -- Found this useful? Consider a donation (any amount): Paypal: fnando dot vieira at gmail dot com
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
test_notifier-0.0.1 | README.txt |
test_notifier-0.0.5 | README.txt |
test_notifier-0.0.2 | README.txt |
test_notifier-0.0.4 | README.txt |
test_notifier-0.0.3 | README.txt |