forked from paolodona/cucumber_growler
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
31 lines (21 loc) · 853 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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. You'll find them in cucumber_growler/images
Contributors
============
Original idea by [email protected] (paolodona) (2008)
Complete rewrite by Jan Schwenzien (jeanmartin) (2009)
Fix by Christian Mayer (mifix) (2009)
Released under the MIT license