TeamCity 8.0 Help

Testing Frameworks

TeamCity provides out-of-the-box support for a number of testing frameworks. In order to reduce feedback time on the test failures, TeamCity provides support for on-the-fly tests reporting where possible. On-the-fly tests reporting means that the tests are reported in the TeamCity UI as soon as they are run not waiting for the build to complete.

TeamCity directly supports the following testing frameworks:

There are also testing frameworks that have embedded support for TeamCity. e.g. .NET Testing Frameworks Support and .NET Testing Frameworks Support. See also external TeamCity Plugins.

Also, you can import test run XML reports of supported formats with XML Report Processing.

Custom Testing Frameworks

If there is no TeamCity support yet for your testing framework, you can report tests progress to TeamCity from the build via Build Script Interaction with TeamCity or generate one of the supported XML Report Processing in the build.

Also, see How To... on integrating with various reporting/metric tools.

Last modified: 20 April 2023