TeamCity On-Premises 2021.2 Help

Java Testing Frameworks Support

TeamCity supports JUnit and TestNG by means of following build runners:

  • Gradle

  • Ant (when tests are run by JUnit and testng tasks directly within the script)

  • Maven (when tests are run by Surefire/Failsafe Maven plugins, on-the-fly reporting is not available)

  • IntelliJ IDEA Project: IntelliJ IDEA's JUnit and TestNG run configurations are supported. Note, that such run configurations should be shared and checked in to the version control.

Last modified: 26 April 2022