Run Xcode Test Plans
Sparklydust opened this issue · 3 comments
Sparklydust commented
I would like to be able to run my Test Plans instead of the traditional tests. Is it possible to achieve this with this GitHub actions repository?
ffried commented
Sorry for the late reply!
What would the xcodebuild command you need look like?
Sparklydust commented
No problem.
I have found this article about xctestplan that would give you a sum up of what it is exactly and at the end of it, there is command line to run the tests from Terminal. Maybe it could help you out, what do you think?
ffried commented
@Sparklydust Thanks! It's not possible right now, but with #11 it should be. As soon as everything works as expected, I'll release a new version.