-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
-
Jenkins 1.590
xUnit 1.93
When xUnit is executed on a PHPUnit generated xml file, the following error is logged to Jenkins' logs.
Attribute 'name' must appear on element 'testsuite'.
However, upon inspecting the code @
https://github.com/jenkinsci/xunit-plugin/blob/xunit-1.93/src/main/java/org/jenkinsci/plugins/xunit/service/XUnitTransformer.java
https://github.com/jenkinsci/xunit-plugin/blob/xunit-1.93/src/main/java/org/jenkinsci/plugins/xunit/service/XUnitValidationService.java
and
testsuite.name should not be a required property in any of the junit-(8|9|10).xsd files which makes me think it is using another source as validation.
- is related to
-
JENKINS-52392 Support custom junit format that does not respect any precise schema
- Resolved