Generating HTML Test Reports with Gradle and JUnit
October 31, 2025
1 min read
●
SkillMX Editorial Desk
When you run tests with Gradle the Test task by default produces reports in HTML and XML formats. You need to tell Gradle to use the JUnit Platform, and you can enable or customize the test reports using the test task configuration.