Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kronn/cucumber-timed_formatter
Cucumber formatter to get a quick overview over the scenarios and running times
https://github.com/kronn/cucumber-timed_formatter
Last synced: about 1 month ago
JSON representation
Cucumber formatter to get a quick overview over the scenarios and running times
- Host: GitHub
- URL: https://github.com/kronn/cucumber-timed_formatter
- Owner: kronn
- License: mit
- Created: 2011-04-13T09:42:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-11-24T20:30:09.000Z (about 8 years ago)
- Last Synced: 2024-10-14T00:28:21.588Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
= Timed Progress Formatter
In order to get a quick overview over the scenarios and running times
As a developer and CI-user
I want to have a timed cucumber formatter== Installation/Usage
If you're using Rails, simply drop it in your features/support directory.
Then, you can say:
cucumber features/* -f Cucumber::Formatter::Timed
Not using Rails? You just need to ensure that the file is somewhere it can be
included, and call it like:cucumber features/* --require path/to/timed.rb -f Cucumber::Formatter::Timed
== Version Note
The current version 1.0 should be working with cucumber 2.x. If not, please
open an issue or pull request.cucumber 1.x was supported in version 0.2 of this gem.