TeamCity On-Premises
 
Get TeamCity On-Premises
You are viewing the documentation for an earlier version of TeamCity On-Premises.

Java Testing Frameworks Support

Edit page Last modified: 07 April 2022

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.