gradle-testsets-plugin icon indicating copy to clipboard operation
gradle-testsets-plugin copied to clipboard

is possible to have `test` run in parallel but `integrationTest` to be sync?`

Open donahchoo opened this issue 1 year ago • 0 comments

Hi,

I'm trying to speed up my Junit 5 tests. I'm wondering if it's possible to have maxParallelForks = 4 for my test task but then have it be 1 for my integrationTest task. I'm using kotlin in my Gradle scripts if it matters.

thanks

donahchoo avatar Apr 04 '23 15:04 donahchoo