Codebase for the blog post Parallelizing Only Java Unit Tests with JUnit 5 and Maven
Steps to run this project:
- Clone this Git repository
- Navigate to the folder
maven-junit-paralellize-tests
- Run all tests with
./mvnw test
- (Optional) Remove the parallelization configuration within the
pom.xml
to see effect of parallelizing the unit tests