Re: [rspec-users] Cucumber custome reports

2009-04-28 Thread aslak hellesoy
> > 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. > http://wiki.github.com/aslakhellesoy/cucumber/hooks > > -- > Posted via http://www.ruby-forum.com/. > ___ > rspec-u

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

Re: [rspec-users] Cucumber custome reports

2009-04-28 Thread aslak hellesoy
> 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?

[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