I am using Hudson to continuously integrate a project using JTReg testing framework. As far as I know, jtreg
doesn't output JUnit-style XML reports. Is there a way to publish jtreg
tests into Hudson reporting?
I saw an IcedTea blog post about integrating Hudson with a slightly-modified version of jtreg
, but I cannot find that version.
Has anyone built a converter tool that, given jtreg
reports, will generate JUnit reports?