public
Description: Growl notifications for Cucumber
Homepage: http://paolodona.com
Clone URL: git://github.com/paolodona/cucumber_growler.git
name age message
file MIT-LICENSE Wed Oct 15 01:39:34 -0700 2008 first commit [Paolo Dona]
file README Wed Oct 15 10:19:29 -0700 2008 added -w option and improved readme [Paolo Dona]
file Rakefile Wed Oct 15 01:39:34 -0700 2008 first commit [Paolo Dona]
directory images/ Wed Oct 15 01:39:34 -0700 2008 first commit [Paolo Dona]
file init.rb Wed Oct 15 01:39:34 -0700 2008 first commit [Paolo Dona]
file install.rb Wed Oct 15 01:39:34 -0700 2008 first commit [Paolo Dona]
directory lib/ Tue Dec 02 13:29:29 -0800 2008 Merge branch 'master' of git@github.com:paolodo... [Paolo Dona]
directory tasks/ Wed Oct 15 01:39:34 -0700 2008 first commit [Paolo Dona]
directory test/ Wed Oct 15 01:39:34 -0700 2008 first commit [Paolo Dona]
file uninstall.rb Wed Oct 15 01:39:34 -0700 2008 first commit [Paolo Dona]
README
CucumberGrowler
===============

This plugin adds Growl notifications to your Cucumber features.

Prerequisites
=============

# Growl should be installed on your Mac (http://growl.info)
# growlnotify should be on your path (it already should)
# Cucumber should be properly installed (http://github.com/aslakhellesoy/cucumber)

Usage
=====

Just run 'rake features' or ./script/cucumber features/myfeature.feature as you usually do.
When cucumber ends its execution you'll see a nice notification on your screen.

Customization
=============

You can customize the pass, failed, and pending images. Yuo'll find them in cucumber_growler/images

Copyright (c) 2008 paolo.dona@gmail.com (http://paolodona.com), released under the MIT license