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
raham TerMarsch [mailto:c...@howlingfrog.com]
Sent: Monday, June 27, 2011 1:13 PM
To: Khai Do; perl-qa@perl.org
Subject: Re: testsuites element in TAP::Formatter::JUnit reports
On June 27, 2011, Khai Do wrote:
> I am attempting to aggregate all of my (junit) tap reports and generate a
> html
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
suites' element before running generating the html report.
-Khai
-Original Message-
From: Graham TerMarsch [mailto:c...@howlingfrog.com]
Sent: Sunday, June 26, 2011 10:43 PM
To: perl-qa@perl.org
Cc: Cosimo Streppone; Khai Do
Subject: Re: testsuites element in TAP::Formatter::JUnit reports
On June 25, 2011, Cosimo Streppone wrote:
> On Fri, 24 Jun 2011 20:18:44 +0200, Khai Do wrote:
> > The TAP::Formatter::JUnit formatter isn't creating 100% compatible junit
> > reports. The problem is that the generated reports contain a root level
> > 'testsuites' element which isn't the same as a
On Fri, 24 Jun 2011 20:18:44 +0200, Khai Do wrote:
The TAP::Formatter::JUnit formatter isn't creating 100% compatible junit
reports. The problem is that the generated reports contain a root level
'testsuites' element which isn't the same as an individual junit report.
Junit reports from ju
Hello. I have a question regarding TAP::Formatter::JUnit.
I have created a few perl tests modules using the TEST::CLASS framework. I run
the test cases with prove outputting to a report using TAP::Formatter::JUnit. I
then attempt to aggregate all of the reports using Ant's junitreport task. The