Skip to content

A macOS command line tool that parses an xcresult bundle and outputs a summarizing json for CI

License

Notifications You must be signed in to change notification settings

nomasystems/xcresult-to-json

Repository files navigation

xcresult-to-json

A macOS command line tool that parses an Xcode-generated xcresult bundle and outputs a summarizing json for CI.

Example usage

xcodebuild build -resultBundlePath "build.xcresult"
xcresult-to-json build.xcresult --path-root $PWD

For more options see:

xcresult-to-json --help

Runtime dependencies

  • Requires Xcode to be installed
    • XCResultKit, that is used to parse the xcresult bundle, internally runs xcrun xcresulttool.

Output format

The json that is written to stdout is described by a Json Schema file

About

A macOS command line tool that parses an xcresult bundle and outputs a summarizing json for CI

Resources

License

Stars

Watchers

Forks

Packages

No packages published