moredip / SlowHandCuke

Cucumber formatter which gives feedback on the currently running step

Home Page:http://rubygems.org/gems/slowhandcuke

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://rubygems.org/gems/slowhandcuke

License:Apache License 2.0


Languages

Language:Ruby 100.0%