This is a module for autotest that will provide notification for the results of your Cucumber features.
-
Autotest (ZenTest) configured to run your Cucumber features
-
libnotify – This module only works on linux with the libnotify package right now. I’ll work on adding support for other notification frameworks in the future
-
Install the gem:
$ gem install autotest-cucumber-notification
-
Edit your .autotest to include the module. If you downloaded it to your home folder, do something like this:
require 'rubygems' # for rubies prior to 1.9 require 'autotest-cucumber-notification'
-
That’s it. Just run Autotest with your Cucumber features like normal.
The original code was written by Curt Hasselschwert and re-combined later by Matt Buck. The code is largely based on the work done by carlosbrando, and his work on the (autotest-notification gem (github.com/carlosbrando/autotest-notification), many thanks to him.
The cool icons came from the Buuf icon set (mattahan.deviantart.com/art/Buuf-37966044) by Paul Davey (mattahan.deviantart.com/).