AWS CodeBuild now supports merging parallel test reports and new compute options
You can now automatically merge your tests reports into a consolidated report when you execute test cases in parallel. This enhancement also allows you to select a mix of on-demand instances, reserved capacity fleets, or Lambda compute resources for your parallel tests. AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces ready-to-deploy software packages.
As the number of tests in a project grows, the total test execution time also increases when using a single compute resource. CodeBuild runs your tests in parallel across new compute environments and now also merges the test results into a single report. This leads to faster feedback cycles and improved developer productivity.
The parallel testing feature is available in all regions where CodeBuild is offered. For more information about the AWS Regions where CodeBuild is available, see the AWS Regions page.
To learn more about CodeBuild’s test splitting, please visit our documentation. To learn more about how to get started with CodeBuild, visit the AWS CodeBuild product page.