Get Test Matrix Result
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
Properties
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard