Is there a way to start each test suite with a new forked process (I'm using testng)?

Hi,

At the end of a testng suite, I want a new forked process to start. I want to set forkEvery to a “per suite” basis.

Can this be done?

Thanks Tom