Test Execution Response
data class TestExecutionResponse(val environment: EnvironmentResponse, val matrixId: String, val project: String, val shard: ShardResponse, val state: String, val testDetails: TestDetailsResponse, val testSpecification: TestSpecificationResponse, val timestamp: String, val toolResultsStep: ToolResultsStepResponse)
A single test executed in a single environment.
Constructors
Link copied to clipboard
fun TestExecutionResponse(environment: EnvironmentResponse, matrixId: String, project: String, shard: ShardResponse, state: String, testDetails: TestDetailsResponse, testSpecification: TestSpecificationResponse, timestamp: String, toolResultsStep: ToolResultsStepResponse)