|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
File for each test suite.parallel attribute, TestNG will try to run all your test methods in
separate threads, except for methods that depend on each other, which will be run in the same thread in order to
respect their order of execution.
TEST-reportName[-suffix].xml file like written and read
by Ant's <junit> and
<junitreport> tasks,
then supported by many tools like CI servers.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||