xcresultparser

Parse binary .xcresult bundles from Xcode builds and test runs

brewmacoslinux
Try with needOr install directly
Source

About

Parse binary .xcresult bundles from Xcode builds and test runs

Commands

xcresultparser

Examples

Parse an xcresult bundle and output results$ xcresultparser /path/to/build.xcresult
Parse xcresult and format output as JSON$ xcresultparser /path/to/build.xcresult --json
Extract test results from Xcode test run$ xcresultparser /path/to/test.xcresult --output results.json