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 :) 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 Wynne http://blog.mattwynne.net http://www.songkick.com
Yay! Thanks for this. I kept saying "I''ll get around to this... tomorrow!" And well... :-) -- Nick On Thu, Feb 5, 2009 at 6:43 PM, Matt Wynne <matt at mattwynne.net> wrote:> 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 :) > > 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 Wynne > http://blog.mattwynne.net > http://www.songkick.com > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
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:> Yay! Thanks for this. I kept saying "I''ll get around to this... > tomorrow!" And well... :-) > > -- > Nick > > On Thu, Feb 5, 2009 at 6:43 PM, Matt Wynne <matt at mattwynne.net> wrote: >> 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 :) >> >> 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 Wynne >> http://blog.mattwynne.net >> http://www.songkick.com >> >> _______________________________________________ >> rspec-users mailing list >> rspec-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users >> > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users-- Luke Melia luke at lukemelia.com http://www.lukemelia.com/