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

Ant

Last modified: 20 April 2023

This page contains reference information about the Ant build runner fields:

Ant Parameters



Java Parameters



Test parameters



Tests reordering works the following way: TeamCity provides tests that should be run first (test classes), after that when a JUnit task starts, it checks whether it includes these tests. If at least one test is included, TeamCity generates a new fileset containing included tests only and processes it before all other filesets. It also patches other filesets to exclude tests added to the automatically generated fileset. After that JUnit starts and runs as usual.