How to parse xcresult for custom test reporting outside XCode

Hi. We're looking to expose our UI test results outside of xcode as shareable reports within CI and also as slack notifications.

We're currently using xcresult bundle, simply downloading it from our CI runs and opening in xcode. But we'd like to parse it and generate reports out of it that include failure screenshots.

Is it possible to do that using xcrun xcresulttool as we don't want to rely on another library like https://www.chargepoint.com/engineering/xcparse

Appreciate any help with this.

Thanks

How to parse xcresult for custom test reporting outside XCode
 
 
Q