Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/distributedlife/cucumber_timing_presenter

Takes the cucumber usage output and presents it in ways that may be useful
https://github.com/distributedlife/cucumber_timing_presenter

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.