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"?

Run_Debug_Configurations.png

0
2 comments

How did you solve this? I am running into the same issue.

0

Hello,

You could create testng.xml file and set " parallel="methods" " there.

 

0

Please sign in to leave a comment.