Later, WPC added test finished notification for getting running test status back in TextMate, which made Growling Test more fun. I don't remember when it happened first time that TextMate didn't output test framework standard output while running test_unit test framework test, but we do painful for no test framework standard output while running tests in TextMate.
Growling Test has 3 notifications registered: test finished, test fault and all test finished. I put test finished notification on my laptop LCD, and put test fault and test finished notification on working monitor. Here is a growling notifications screenshot:

To involve Growling Test in your project, you need install Growling Test gem:
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem:
sudo gem install xli-growling_test
And then put the following code in your test_helper.rb:
require 'rubygems'
require 'growling_test'
Have fun.

0 comments:
Post a Comment