use
  Specifies that TestNG should be used to discover and execute the tests.
See also
Configure TestNG specific options.
Specifies that TestNG should be used to discover and execute the tests with additional configuration.
The supplied action configures an instance of TestNG specific options.
Parameters
test
A closure used to configure TestNG options.
Specifies that TestNG should be used to discover and execute the tests with additional configuration.
The supplied action configures an instance of TestNG specific options.
Since
3.5
Parameters
test
An action used to configure TestNG options.