According to their documentation and some of their topics in the forum, if you use a test script in parallel, it starts new processes based on the maxParallelForks property you maxParallelForks , and in these spawned processes it will run forkEvery no. test classes. You can run some of the tasks sequentially, specifying them as dependent on each other.
rakesh
source share