TeamCity
 
You are viewing the documentation for an earlier version of TeamCity.

Testing Frameworks

Last modified: 20 April 2023

TeamCity provides support for a number of testing frameworks. In order to reduce feedback time on the build 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:

Moreover, you can import XML reports of different testing frameworks with XML Report Processing.

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.

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.

See also:

Concepts: Build State | Build Runner User's Guide: Viewing Tests and Configuration Problems Administrator's Guide: NUnit Support | MStest Support | NAnt