cucumber_textmate icon indicating copy to clipboard operation
cucumber_textmate copied to clipboard

Custom formatter for cucumber, creates pretty html output and JS for textmate similar to the rspec html output

NOTE: I have been working rebuilding this formatter into the cucumber master to replace the existing HTML formatter, my changes have been merged so hopefully it will be available in the next release of cucumber.

== A prettier HTML output designed for Textmate

Enhanced with javascript taken from rspec Tested with {Cucumber}[http://github.com/aslakhellesoy/cucumber/tree] 0.3.104 and {Textmate}[http://macromates.com] 1.5.9. == Install

Just copy textmate_formatter.rb and cucumber-textmate.css to features/support/

Then add -f TextmateFormatter to your cucumber tmbundle or TM_CUCUMBER_OPTS variable To have the full reporting from errors, also add -b to your TM_CUCUMBER_OPTS variable

== Notes

A lot of code taken from rspec and cucumber to make this so thanks to all involved. A little messy at the moment so needs some love to tidy it up.

raldred [at] gmail.com