public
Description: A collection of my Cucumber utils
Homepage:
Clone URL: git://github.com/josephwilk/cucumber_cocktails.git
name age message
file README.textile Thu Apr 09 02:06:01 -0700 2009 formatting [josephwilk]
file Rakefile Wed Apr 08 11:53:43 -0700 2009 Connect default rake task to features task [josephwilk]
directory examples/ Sat Apr 11 11:27:06 -0700 2009 Push all status code overiding to the formatter... [josephwilk]
directory features/ Sun May 24 04:55:24 -0700 2009 Fixes for latest cuke version [josephwilk]
directory formatters/ Sun May 24 04:55:24 -0700 2009 Fixes for latest cuke version [josephwilk]
directory tasks/ Sun Apr 12 05:54:30 -0700 2009 Factor out duplication in methods [josephwilk]
README.textile

Cucumber Cocktails

Some useful tasks and formatters that I use with Cucumber.

Formatters

  • InProgress – Mirrors the progress formatter but records any scenarios which passed and reports them in the summary. Intended for use with in-progress feature stream where passing scenarios are failures.

Rake tasks

  • Running two streams of features: in-progress and finished.