0.05
No commit activity in last 3 years
No release in over 3 years
Cucumber formatter which gives feedback on the currently running step
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

What?

SlowHandCuke is a simple cucumber formatter whose sole purpose is to give you feedback on the currently running step in the console.

Why?

With the stock cucumber formatters you only find out which steps are running after they have completed running. If you have slow running tests it can be confusing during a test run if you cannot see the currently running test.

How?

gem install slowhandcuke
cucumber --format 'Slowhandcuke::Formatter'

SlowHandCuke in action

Check out a 10 second screencast . The second run (with --format pretty) shows what the stock console output looks like without SlowHandCuke.