a7ex / xcresultparser

Parse the binary xcresult bundle from Xcode builds and testruns
MIT License
98 stars 28 forks source link

Add support for multiple testsuites in junit xml #24

Closed luispadron closed 9 months ago

luispadron commented 9 months ago

If I have two .xcresult files and I run:

The resulting junit file will contain only a single testsuite even when the xcresult specifies there are multiple.

This PR updates the parser to: