Tom ten Thij wrote:
> We will be using Cucumber for a fairly large project. Are there any
> areas that cucumber is lacking when there are many scenarios?
> 
> I believe the best candidate for showing our client the scenario
> results is the html output. It strikes me that that becomes fairly
> cumbersome to check with many scenarios. Methinks some javascript code
> to hide all passing scenarios / features would be useful. Is there any
> work being done on this?
> 
> In which areas could we help cucumber accommodate for large projects?
> 
> Tom.

Try the progress formatter.

$ cucumber -f progress -r features features
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to