Test NGOptions
The TestNG specific test options.
Functions
Link copied to clipboard
Copies the options from the source options into the current one.
Link copied to clipboard
Link copied to clipboard
Option for what to do for other tests that use a configuration step when that step fails.
Link copied to clipboard
The set of groups to exclude.
Link copied to clipboard
Indicates whether the tests should be grouped by instances.
Link copied to clipboard
The set of groups to run.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Fully qualified classes that are TestNG listeners (instances of org.testng.ITestListener or org.testng.IReporter).
Link copied to clipboard
The location to write TestNG's output.
Link copied to clipboard
The parallel mode to use for running the tests - one of the following modes: methods, tests, classes or instances.
Link copied to clipboard
Indicates whether the tests should be run in deterministic order.
Link copied to clipboard
Sets the default name of the test suite, if one is not specified in a suite XML file or in the source code.
Link copied to clipboard
The number of XML suites will run parallel
Link copied to clipboard
The suiteXmlFiles to use for running TestNG.
Link copied to clipboard
Sets the default name of the test, if one is not specified in a suite XML file or in the source code.
Link copied to clipboard
The number of threads to use for this run.
Link copied to clipboard
ThreadPoolExecutorFactory class used by TestNG
Link copied to clipboard
Whether the default listeners and reporters should be used.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard