Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 683 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 683 Bytes

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.