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.
Please contribute!
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright (c) 2012 Ryan Boucher. See LICENSE.txt for further details.