Mads Buus Westmark’s tech blog
RSS icon Home icon
  • My junit formatter makes it into cucumber 0.3.6

    Posted on September 13th, 2009 mads 1 comment

    I am proud to announce that my junit formatter was incorporated into cucumber codebase since version 0.3.6  (August 2009)

    I’ve recently started using cucumber. The BDD is starting to dawn on me, even though I still have some reservations.

    Since my current project uses the continous integration server ‘hudson’, I really wanted the old-fashioned junitreport output from cucumber, so hudson would report any regression errors as soon as possible.

    I looked at some on the existing attempts at a junit formatter, but none where quite good enough, IMO. I needed duration times, and the mapping:

    • 1 feature -> 1 testsuite
    • 1 scenario -> 1 test

    So I forked cucumber, and wrote one from scratch. This code made it into cucumber in August, and can now be used as

    cucumber –format  junit –out DIR

    I’ve written more info on the cucumber wiki:  http://wiki.github.com/aslakhellesoy/cucumber/continuous-integration

    Enjoy, everyone.

  • Hello world!

    Posted on February 16th, 2009 mads 9 comments

    This must be the title of my first blog post.  Just this week I said Hello to (in no particular order),

    • xsl templates (<xsl:value-of select=”$hello_world”/>) thats didn’t suck?!,
    • to hudson, a happy reunion, “every Batman should have a butler :-)”
    • to ubuntu jaunty on my laptop - very nice
    • and to Rails footnotes plugin. Where have you been?
    • And lastly of course..

    HELLO Wordpress. Installed it and started typing. The coming days will hopefully change this ‘defaulty’ sites appearance and content.

    For those of you just looking for my ‘Snap Open’ plugin for Gedit (Linux text editor), you can find it here