Hi, I am not able to run Testng tests in parallel.
I have added following line in the Test task before/after useTestNG() line.
maxParallelForks=3
forkEvery=2
Result: I am seeing three instances of the browser opened but the tests are not running. All the tests are getting skipped. No issues while running the tests individuality. I use gradle 0.92 and testng 6.2 Regards, Sibu