Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.