Skip to content

moredip/SlowHandCuke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Cucumber formatter which gives feedback on the currently running step

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages