Skip to content

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.

const describeTestCases = yield* AWS.CodeBuild.DescribeTestCases(reportGroup);
const { testCases } = yield* describeTestCases({
reportArn,
filter: { status: "FAILED" },
});