You should be able to use a "testsuites" root element
https://svn.jenkins-ci.org/trunk/hudson/dtkit/dtkit-format/dtkit-junit-model/src/main/resources/com/thalesgroup/dtkit/junit/model/xsd/junit-4.xsd
On Wednesday, July 11, 2012 2:33:23 PM UTC+1, Ilko wrote:
>
> the xml specifications allows single
You should be able to use a "testsuites" root element
https://svn.jenkins-ci.org/trunk/hudson/dtkit/dtkit-format/dtkit-junit-model/src/main/resources/com/thalesgroup/dtkit/junit/model/xsd/junit-4.xsd
On Wednesday, July 11, 2012 2:33:23 PM UTC+1, Ilko wrote:
>
> the xml specifications allows single
the xml specifications allows single root elem only - that is why the
parser complains about not well-formed markup
On Wed, Jul 11, 2012 at 3:23 PM, CB wrote:
> Thanks for the information. This confirmed my guess that only 1 per
> file was the answer. I refactored the test source to make
> m
Thanks for the information. This confirmed my guess that only 1 per file
was the answer. I refactored the test source to make multiple-test-suite
files be larger single-test-suite files.
All of the junit compatible XML files I could find have only a single
testsuite. That includes samples from JUnit, py.test, and nose.
Could you express your tests as a single root testsuite with multiple testcases
beneath the testsuite?
Could you alter your use of your custom XMLPrinter to wri