[rspec-users] Cucumber for large projects
James Byrne
lists at ruby-forum.com
Sun Mar 1 21:17:30 EST 2009
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/.
More information about the rspec-users
mailing list