Test Reports & Filtering
Generate and analyze test reports, and learn to filter tests for targeted execution.
Understanding Test Outcomes
Test reports are essential for understanding the health of your project. They provide a clear summary of which tests passed, failed, or were skipped.
This insight helps developers quickly pinpoint issues, track progress, and ensure code quality. Without them, debugging would be much harder!
Automatic HTML Reports
When you run tests with Gradle, it automatically generates an interactive HTML report every time you run your tests. This feature is enabled by default when you apply the java or java-library plugin.
These reports offer a user-friendly interface to browse test results, making analysis straightforward.
All lessons in this course
- Unit & Integration Testing
- Test Reports & Filtering
- Code Coverage & Static Analysis
- Test Fixtures and Shared Test Code