DescribeTestCases
Source:
src/AWS/CodeBuild/DescribeTestCases.ts
Runtime binding for codebuild:DescribeTestCases — reads the individual
test cases of a test report in the bound report group.
Reading Reports
Section titled “Reading Reports”const describeTestCases = yield* AWS.CodeBuild.DescribeTestCases(reportGroup);
const { testCases } = yield* describeTestCases({ reportArn, filter: { status: "FAILED" },});