Re: [rspec-users] Cucumber custome reports

2009-04-28 Thread Sarath Menon
My actual question is, Is there any api that the cucumber offer which can be accessed to get the necessary data in the run time. -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mail

[rspec-users] Cucumber custome reports

2009-04-28 Thread Sarath Menon
Hi, I need to create a custom report based on cucumber output. I am thinking of two ways to do this. 1. Either I have to write a java application to fetch the values like execution time for each scenarios along with its name, status etc from cucumber in runtime. Is that possible? 2. Or write a