Verify JaCoCo code coverage report generation after running JUnit tests
Preconditions (3)
Step 1: Run 'mvn clean test' command in the project root directory
Step 2: Locate the generated JaCoCo report in 'target/site/jacoco/index.html'
Step 3: Open the 'index.html' report in a browser
Step 4: Verify that the report shows coverage metrics for the tested classes
✅ Expected Result: JaCoCo generates a coverage report showing coverage percentages for classes tested by JUnit tests