You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to speed up my Junit 5 tests. I'm wondering if it's possible to have
maxParallelForks = 4
for mytest
task but then have it be 1 for myintegrationTest
task. I'm using kotlin in my Gradle scripts if it matters.thanks
The text was updated successfully, but these errors were encountered: