= 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.
Project
cucumber-timed_formatter
A progress-formatter with a little more info: Each Scenario is one line and the time is measured. Additionally, errors are shown immediately to be a little like instafail.
The Formatter is ideal for Jenkins line-by-line output.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Pull Requests
Development
Dependencies
Runtime
~> 2.0
Project Readme