Cucumber formatter for easily viewing each step of your scenarios


License
MIT
Install
gem install viewcumber -v 0.1.1

Documentation

viewcumber

A Cucumber formatter which generates an HTML website to browse your scenarios and view screen capture of every single step.

Pre-requisites

  • Rails 3

  • Cucumber (0.8.5 and greater)

  • Capybara

Installation

Add viewcumber to your Gemfile.

gem 'viewcumber'

Usage

viewcumber features

or

cucumber --format Viewcumber features

Then open ./viewcumber/index.html in Firefox/Safari. It does not work in Chrome.

Screenshots

Note on Patches/Pull Requests

  • Fork the project.

  • Make your feature addition or bug fix.

  • Add tests for it. This is important so I don't break it in a future version unintentionally.

  • Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)

  • Send me a pull request. Bonus points for topic branches.

License

MIT

Copyright

Copyright © 2010 Versapay. See LICENSE for details.