AWS CodeBuild Adds Support for Test Reporting

Posted on: Nov 25, 2019

AWS CodeBuild adds support for Test Reporting giving you an effective and consistent view of your test executions in CodeBuild. Previously, you couldn't visualize your test results on CodeBuild, making it harder for you to troubleshoot test failures. 

With Test Reporting, you can now view the detailed results, trends, and history for tests executed on AWS CodeBuild for any framework that supports the JUnit XML or Cucumber JSON test format. You can get started by adding a "reports" section to your buildspec file and specifying the Report Group and the path for your test results file.

To learn more about using Test Reporting in AWS CodeBuild, visit our documentation or our blog. To learn more about how to get started with CodeBuild, visit our product page or the CodeBuild console