Skip to content

1.0.0: xcresult

Compare
Choose a tag to compare
@marcelofabri marcelofabri released this 30 Aug 05:33
· 50 commits to master since this release
0e87599

The plugin now requires a xcresult to work. This was introduced back on Xcode 11 and should be way more reliable than using xcpretty-json-formatter to parse xcodebuild's output.

However, as part of the migration, the plugin won't report test summaries (e.g. "Executed 4 tests, with 0 failures (0 unexpected) in 0.012 (0.017) seconds") anymore, so some properties related to it were removed (sticky_summary and test_summary). I believe we should be able to get that information back from reading the xcresult, but since it'd require more code to manually compute that, we've decided to remove support for now. PRs adding this back are definitely encouraged though!