Hello,
We have a requirement where certain tests are required to run in a seperate jvm. Using reuseForks=false in
maven will run each
test class in a seperate jvm but this will slow down the whole test run significantly. Is it possible to annotate a
testng test with a particular annotation so that maven runs it in a seperate jvm.