Problem Executing TestNG tests in parallel

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

Did you give it a try with the latest 1.0 snapshot version?

no i haven’t tried

If you don’t have any upward compatibility issues I’d recommend you upgrade anyway. Try it and let us know if you still have issues.