0

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?

mokagio
  • 16,391
  • 3
  • 51
  • 58
PICyourBrain
  • 9,976
  • 26
  • 91
  • 136

1 Answers1

0

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.

mokagio
  • 16,391
  • 3
  • 51
  • 58