[Cucumber] Progress Bar

Inspired by Nick Evans’ RSpec progress bar[1], I had a little crack at
implementing the progress bar for cucumber, 'cause I want to know how
long a break I can take while the features are running :slight_smile:

It’s in my fork, in the coverage_formatter branch:
http://github.com/mattwynne/cucumber/tree/master

It will dump failing feature, scenario, step and the exception as the
features run.

No specs for it, it’s just a spike.

[1]http://ekenosen.net/nick/devblog/2008/12/better-progress-bar-for-rspec/

Matt W.
http://blog.mattwynne.net

Yay! Thanks for this. I kept saying “I’ll get around to this…
tomorrow!” And well… :slight_smile:


Nick

FYI, brynary has a progress formatter in testjour that could probably
be ported.

On Feb 6, 2009, at 2:43 PM, nicholas a. evans wrote:

how long a
[1]http://ekenosen.net/nick/devblog/2008/12/better-progress-bar-for-rspec/


rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users


Luke M.
[email protected]