Testing Frameworks

Documentation Index

Testing Frameworks

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)
  • 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