Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/distributedlife/cucumber_timing_presenter
- Owner: distributedlife
- License: mit
- Archived: true
- Created: 2011-10-23T23:37:22.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-02T15:17:51.000Z (over 10 years ago)
- Last Synced: 2024-07-27T18:51:30.750Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 183 KB
- Stars: 13
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.