Cucumber pretty html formatter for textmate

I’ve been using cucumber a lot recently along with the textmate bundle for it.
The HTML output cucumber creates is fine, but not all that pretty.

I’ve created a new formatter for cucumber to generate HTML enhanced with some javascript.
My inspiration came from the textmate bundle for rspec.

You can grap it off my github.
Here’s some screenshots:

UPDATE: I replaced the original html formatter in cucumber; as of 19th November my fork has been merged into Aslak’s cucumber/master upgrade to the cucumber 0.4.5 release.
View the commit history

3 Comments

  1. Sam says:

    Nice work Rob, you’ve definitely made an improvement there – my only suggestions for improvement would be to tone down the styles even more than you have done – take away a few of the borders and boxes and allow the user to focus on the text more.

  2. Saint says:

    Very useful. Thanks!

  3. Saint says:

    By the way, is there any way I can see any ouput writtern to standard out (using puts) for debugging purposes when I run a scenario? I can see it with the original html formatter that comes with the Cucumber bundle.

    Thanks.

Leave a Reply