test-results-reporter / parser

Parse test results from JUnit, TestNG, xUnit and many more
https://www.testbeats.com
MIT License
12 stars 9 forks source link

Inconsistency in root level element in JUnit format #46

Closed bryanbcook closed 6 months ago

bryanbcook commented 7 months ago

It appears that there are several different implementations of the JUnit xml format. The root element is either a <testsuites> that contains a collection of <testsuite> elements, or a single <testsuite>.

As per https://github.com/bryanbcook/azdevops-testplan-extension/issues/16, there appears to be two conflicting schemas:

There is also an issue in this repo for #40 which doesn't have any details.

bryanbcook commented 7 months ago

@ASaiAnudeep - can you accept this PR (#47) and publish a new release, please?

bryanbcook commented 7 months ago

@ASaiAnudeep Thanks for merging the PR. How do we create a release for 0.1.7?