Builder

class Builder

Properties

Link copied to clipboard

The number of nanoseconds it took to run this test case.

Link copied to clipboard

The date and time a test case expires. A test case expires 30 days after it is created. An expired test case is not available to view in CodeBuild.

Link copied to clipboard

A message associated with a test case. For example, an error message or stack trace.

Link copied to clipboard
var name: String?

The name of the test case.

Link copied to clipboard

A string that is applied to a series of related test cases. CodeBuild generates the prefix. The prefix depends on the framework used to generate the tests.

Link copied to clipboard

The ARN of the report to which the test case belongs.

Link copied to clipboard

The status returned by the test case after it was run. Valid statuses are SUCCEEDED, FAILED, ERROR, SKIPPED, and UNKNOWN.

Link copied to clipboard

The path to the raw data file that contains the test result.

Link copied to clipboard

The name of the test suite that the test case is a part of.