oggy / junit_merge

Merges JUnit XML reports.
MIT License
12 stars 6 forks source link

Fix issue #2 #3

Open quintuschen opened 5 years ago

quintuschen commented 5 years ago

PR for fixing https://github.com/oggy/junit_merge/issues/2

JUnit has changed to a new schema, refer to here so the root node is now testsuites rather than testsuite.

In this PR the Xpath is fixed, also we need to update the total failures too.