3

Is there any possible to analyse output of Qt Test framework in TeamCity build server (e.g. from xml file or using Cpp Unit Testing plugin)?

Renat
  • 33
  • 4

1 Answers1

1

Starting with Qt 5.7.0, there is a -teamcity option that reports the testresults in the teamcity format. See Qt Test Overview for more informations.

tomvodi
  • 5,577
  • 2
  • 27
  • 38