Is there a way to get Teamcity to interpret Specta test output?

51 views Asked by At

I am using Specta testing framework for testing an ios mobile application. Teamcity does not do a very good job at parsing the test output and listing which tests failed (like it does with rspec). Is there a way to get Teamcity to play nicely with Specta?

1

There are 1 answers

0
mokagio On

I never used Teamcity, but I've done integrations of Specta run from the terminal with CI systems. Something that helped me is xcpretty which allows you to have the test results output formatted in several styles.