Thanks Driven Life

日々是感謝

Gnawrnip - Add-on for TurnipFormatter with Capybara

Post in Japanese here

I've released Gnawrnip

Motivation

TurnipFormatter is a pretty formatter for Turnip execution report.

Example at failed step.

f:id:gongoZ:20130502001849p:plain

I understand easily about where scenario failed.

However, when using Capybara,I want to include in the report not only steps, but also screenshot the browser at failed.

Results

So, I release and use gnawrnip!

f:id:gongoZ:20130502001938p:plain

So good!!

other example.

f:id:gongoZ:20130502002023p:plain

Perfect!!

Demo

$ git clone git://github.com/gongo/gnawrnip.git
$  cd gnawrnip
$ bundle install --path vendor/bundle
$ cd example
$ bundle exec rspec
$ open report.html

see https://github.com/gongo/gnawrnip/tree/master/example

Please try!