parallel methods - Test Runner params - testng - Run/debug configuration
Hello all,
Small question about run configurations and testNG.
I need to run my tests in parallel to debug an issue with the maven build (which runs methods in parallel).
Is it correct to add "-parallel methods" to "Test Runner params"?
Please sign in to leave a comment.
How did you solve this? I am running into the same issue.
Hello,
You could create testng.xml file and set " parallel="methods" " there.