lyndsey-ferguson/fastlane-plugin-test_center

Feature Request: convert the resultant xcresult to a list of passed/failed tests

Closed this issue ยท 5 comments

Feature Request

Motivation Behind Feature

People don't always want junit results, and they want to use the xcresult bundles. See this tweet:

Screen Shot 2020-04-28 at 4 29 25 PM

Feature Description

Add a new action that can return a list of failed/passed tests.

Alternatives or Workarounds

Here is an article describing the steps that have to be performed to get the actual data. Starting with:

xcrun xcresulttool get --path path/to/xcresult --format json

I've created the project Get tests from xcresult

I created the new action to get test results from your xcresult bundles! ๐ŸŽ‰

Check it out here
Screen Shot 2020-07-30 at 7 55 48 PM

@vdavydovHH this one is for you, you have early access!

Released in v3.14.2