*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.*
Enhanced with javascript taken from rspec Tested with Cucumber 0.3.104 and Textmate 1.5.9.
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
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