I have two TestNG
test suite XML files, each suite has two classes, and I want to run both suites in parallel.
I don't want to run methods or classes in parallel; I want to run the suites in parallel using TestNG, because each suite has its own config parameters.