[rspec-users] cucumber and html reports
David Chelimsky
dchelimsky at gmail.com
Tue Oct 7 12:47:55 EDT 2008
On Tue, Oct 7, 2008 at 11:39 AM, aidy lewis <aidy.lewis at googlemail.com> wrote:
> Hi,
>
> Is there anyway I can cycle through all the features in a folder and
> pipe to html
> through the command line?
>
> For this:
> C:\SvnProjects\my_application\features> cucumber *.feature --format html
> > my_application.htm
This works for me:
cucumber folder_name --format html > report.html
Cheers,
David
>
> I am getting a wrong number of arguments (3 for 1).
>
> Or how could run all features with a HTML report in a rake file?
>
> Thanks
>
> Aidy
> _______________________________________________
> rspec-users mailing list
> rspec-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
More information about the rspec-users
mailing list