Run tests in parallel (Gradle best practice tip #7)

Опубликовано: 02 Май 2021
на канале: Tom Gregory Tech
6,321
125

Tired of waiting around for tests to finish running in your Gradle project? Learn how to run multiple tests at the same time in parallel, saving you precious time.

✔️understand what types of tests are suitable for parallelisation
✔️learn how to configure JUnit tests to run in parallel with the maxParallelForks property
✔️see how this can positively impact build performance in a real-world Gradle project

🚀 FREE QUICK-START GRADLE GUIDE https://tomgregory.com/gradlequickstart

🔥 ULTIMATE GRADLE BUILD BIBLE https://tomgregory.com/gradlebuildbible

This is #7 of 30 Gradle best practice tips.