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

suites

open fun suites(vararg suiteFiles: String): Unit

Add suite files by Strings. Each suiteFile String should be a path relative to the project root.

open fun suites(vararg suiteFiles: File): Unit

Add suite files by File objects.