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 xml formatter in cucumber and get the cucumber reports in xml format and fetch the values from this xml report. I would like to use the first option if such a support is available. -- Posted via http://www.ruby-forum.com/.