Re: [rspec-users] cucumber and html reports

2008-10-07 Thread aslak hellesoy
On Tue, Oct 7, 2008 at 7:14 PM, aidy lewis <[EMAIL PROTECTED]> wrote: > Guys. > On 07/10/2008, aidy lewis <[EMAIL PROTECTED]> wrote: > >> Thanks for your response. >> >> That doesn't seem to report for me (maybe it is because one of my >> tests fails - throws an exception and then writes to the c

Re: [rspec-users] cucumber and html reports

2008-10-07 Thread aslak hellesoy
On Tue, Oct 7, 2008 at 6:39 PM, aidy lewis <[EMAIL PROTECTED]> 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_applicatio

Re: [rspec-users] cucumber and html reports

2008-10-07 Thread aidy lewis
Guys. On 07/10/2008, aidy lewis <[EMAIL PROTECTED]> wrote: > Thanks for your response. > > That doesn't seem to report for me (maybe it is because one of my > tests fails - throws an exception and then writes to the console > before it outputs to the html file). > Sorry for being a balloon. H

Re: [rspec-users] cucumber and html reports

2008-10-07 Thread aidy lewis
Hi David, > cucumber folder_name --format html > report.html Thanks for your response. That doesn't seem to report for me (maybe it is because one of my tests fails - throws an exception and then writes to the console before it outputs to the html file). Cheers Aidy _

Re: [rspec-users] cucumber and html reports

2008-10-07 Thread aslak hellesoy
On Tue, Oct 7, 2008 at 6:47 PM, David Chelimsky <[EMAIL PROTECTED]> wrote: > On Tue, Oct 7, 2008 at 11:39 AM, aidy lewis <[EMAIL PROTECTED]> 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:\Sv

Re: [rspec-users] cucumber and html reports

2008-10-07 Thread David Chelimsky
On Tue, Oct 7, 2008 at 11:39 AM, aidy lewis <[EMAIL PROTECTED]> 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_applicati