GetTestMatrixResult

data class GetTestMatrixResult(val clientInfo: ClientInfoResponse, val environmentMatrix: EnvironmentMatrixResponse, val failFast: Boolean, val flakyTestAttempts: Int, val invalidMatrixDetails: String, val outcomeSummary: String, val project: String, val resultStorage: ResultStorageResponse, val state: String, val testExecutions: List<TestExecutionResponse>, val testMatrixId: String, val testSpecification: TestSpecificationResponse, val timestamp: String)

Constructors

Link copied to clipboard
fun GetTestMatrixResult(clientInfo: ClientInfoResponse, environmentMatrix: EnvironmentMatrixResponse, failFast: Boolean, flakyTestAttempts: Int, invalidMatrixDetails: String, outcomeSummary: String, project: String, resultStorage: ResultStorageResponse, state: String, testExecutions: List<TestExecutionResponse>, testMatrixId: String, testSpecification: TestSpecificationResponse, timestamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information about the client which invoked the test.

Link copied to clipboard

The devices the tests are being executed on.

Link copied to clipboard

If true, only a single attempt at most will be made to run each execution/shard in the matrix. Flaky test attempts are not affected. Normally, 2 or more attempts are made if a potential infrastructure issue is detected. This feature is for latency sensitive workloads. The incidence of execution failures may be significantly greater for fail-fast matrices and support is more limited because of that expectation.

Link copied to clipboard

The number of times a TestExecution should be re-attempted if one or more of its test cases fail for any reason. The maximum number of reruns allowed is 10. Default is 0, which implies no reruns.

Link copied to clipboard

Describes why the matrix is considered invalid. Only useful for matrices in the INVALID state.

Link copied to clipboard

Output Only. The overall outcome of the test. Only set when the test matrix state is FINISHED.

Link copied to clipboard

The cloud project that owns the test matrix.

Link copied to clipboard

Where the results for the matrix are written.

Link copied to clipboard

Indicates the current progress of the test matrix.

Link copied to clipboard

The list of test executions that the service creates for this matrix.

Link copied to clipboard

Unique id set by the service.

Link copied to clipboard
Link copied to clipboard

The time this test matrix was initially created.