Testing Frameworks

Search
Searching TeamCity 4.x Documentation
Table of Contents

TeamCity supports the following testing frameworks:

  • JUnit and TestNG for the following runners:
    • Ant
    • Maven2 (when tests are run by Surefire Maven plugin)
    • IntelliJ IDEA project (only JUnit tests are supported)
  • MSTest ( no on-the-fly reporting due to MSTest specifics)
  • NUnit for the following runners:

TeamCity recognizes when a build performs tests, and reports the test results on-the-fly, without waiting for the build completion for all the above runners except Maven2. A failing test immediately manifests itself in the build state icon, and in the Tests tab of the Build results page, though the build goes on and performs the other tests (unless configured otherwise).



See Also:

Labels