I\'m attempting to run some TestNG tests in parallel but don\'t have access to a testng.xml as IntelliJ builds it on the fly. I\'ve tried adding parameters such as \'parallel=m
The best option for Intellij IDEA is to create additional testng.xml or you may run test from command line.