xcparse
xcparse copied to clipboard
Add command to export test result (former TestSummaries.plist)
In the xcresult json output it can be found under actions --> values --> 0 --> actionResult --> testsRef
I would like to be able to also see my unit test results :) and I'm sure other folks would like this as well
See https://stackoverflow.com/questions/61524687/convert-xcode-11-testresult-xcresult-to-junit for the stackoverflow (more detailed) question on this
Totally agree, UI/unit tests results data is really needed 👍 Such as test class and name, test status (passed/failed), test duration, device name, iOS version
+1
@abotkin-cpi If you need help with this I'd be happy to help