Re: [rspec-users] Plugin to generate text logs using cucumber.

2009-05-07 Thread Anil Gollaa
Hi Thanks for information. It helped me a lot. bascically using cucumber framework(using stdoutput) i want to capture Failed testcase along with log and passed testcasenames. Is there any plugin supported by cucumber ? atleast to generated xml of html or text log for passed and failed testcase.

Re: [rspec-users] Plugin to generate text logs using cucumber.

2009-05-01 Thread Ben Mabey
Ben Lovell wrote: On Fri, May 1, 2009 at 7:22 PM, Anil Gollaa > wrote: Hi, I was able to run the scenarios using rake features in cucmber, All the respective results are displayed in colour in std output. is there any plugin using which i can capture

Re: [rspec-users] Plugin to generate text logs using cucumber.

2009-05-01 Thread Ben Lovell
On Fri, May 1, 2009 at 7:22 PM, Anil Gollaa wrote: > Hi, > I was able to run the scenarios using rake features in cucmber, > All the respective results are displayed in colour in std output. > > is there any plugin using which i can capture these results(that are > generated at run time). > Pleas

[rspec-users] Plugin to generate text logs using cucumber.

2009-05-01 Thread Anil Gollaa
Hi, I was able to run the scenarios using rake features in cucmber, All the respective results are displayed in colour in std output. is there any plugin using which i can capture these results(that are generated at run time). Please let me know the procedure to capture these logs in to a files. -