> 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?
>

A java application?? Not sure what you mean here :-)


>
> 2. Or write a xml formatter in cucumber and get the cucumber reports in
> xml format and fetch the values from this xml report.
>

Sounds like a much better idea.
http://wiki.github.com/aslakhellesoy/cucumber/custom-formatters

Aslak


>
>
> I would like to use the first option if such a support is available.
> --
> Posted via http://www.ruby-forum.com/.
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to