I'm looking into capturing test reports on TeamCity. The iOS testing framework being used is Kiwi, and I was wondering if the tool xcpretty would be able to capture Kiwi's output?
Asked
Active
Viewed 108 times
1 Answers
0
Xcpretty provides us option to output Test result file, which follow Junit format. Then you use XML report processing to parse the test result file.

User09082432
- 3
- 1