Hello Graham,
I am attempting to aggregate all of my (junit) tap reports and generate a html
report using Ant’s junitreport task. However the junitreport task fails with
"not a valid testsuite XML document" because the tap reports are not in a
standard junit format. I've also tried using maven
On June 27, 2011, Khai Do wrote:
> I am attempting to aggregate all of my (junit) tap reports and generate a
> html report using Ant’s junitreport task. However the junitreport task
> fails with "not a valid testsuite XML document" because the tap reports
> are not in a standard junit format. I've
We use the perl test::class framework to create functional/system level tests
which we don't run in Jenkins. Our tests have specific HW targets we need to
run against. These HW targets are shared so cannot be dedicated to CI builds.
Also some of the tests take a long time to run. My typical
On June 27, 2011, Khai Do wrote:
> I would be surprised that removing 'testsuites' would break compatibility
> with Jenkins. I have Jenkins running maven (java) projects with lots of
> junit tests. When maven executes the tests it generates lots of
> individual junit xml reports, none of which c