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
constructor(environment: EnvironmentResponse, matrixId: String, project: String, shard: ShardResponse, state: String, testDetails: TestDetailsResponse, testSpecification: TestSpecificationResponse, timestamp: String, toolResultsStep: ToolResultsStepResponse)
Properties
Link copied to clipboard
How the host machine(s) are configured.
Link copied to clipboard
Details about the shard.
Link copied to clipboard
Additional details about the running test.
Link copied to clipboard
How to run the test.
Link copied to clipboard
Where the results for this execution are written.