/cucumber_timing_presenter

Takes the cucumber usage output and presents it in ways that may be useful

Primary LanguageRubyMIT LicenseMIT

Cucumber Timing Presenter

A cucumber formatter that will generate four html pages showing step time metrics and some graphs showing what percentage of build time is spent on so few steps.

To use: cucumber --format CucumberTimingPresenter::TimingFormatter

Look in the ./tmp/cucumber_timing_presenter for the generated html documents.

Contributing

Please contribute!

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Copyright

Copyright (c) 2012 Ryan Boucher. See LICENSE.txt for further details.