api / org.gradle.api.tasks.testing.testng / TestNGOptions / isGroupByInstances

isGroupByInstances

@Incubating open fun isGroupByInstances(): Boolean

Indicates whether the tests should be grouped by instances. Grouping by instances will result in resolving test method dependencies for each instance instead of running the dependees of all instances before running the dependants. Not required. If not present, the tests will not be grouped by instances.