Report groups and history
The Report groups section allows us to visualize the reports generated as part of the build execution and published to the report group. In our case, we published the JUnit test case using the Maven surefire plugin. Click on the Report group tab in the left panel and select the aws-code-deploy-test-report
report group we created earlier in this chapter:
Figure 8.31 – Report group details
AWS provides two types of reports, one for test case execution and another for code coverage. Once you click on the report group, you can see the consolidated view of the test cases or test coverage and test case trends over a given period of time:
Figure 8.32 – aws-code-deploy-test-report group trend details
On the same page, you can see the history of successful and unsuccessful reports published under this group. Alternatively, you can click on the Report history link in the left panel to see the...