How to Order Your Spring Boot Tests with JUnit 5
- January 25, 2023
- Reading time . 3 min
- Author: Yuniel Acosta
Learn how to use JUnit 5's feature for ordering test classes to run Spring Boot automated tests from unit to integration tests, with the fastest tests running first. Configure JUnit with a ClassOrderer for a predetermined order.
Read →