TestExecutionResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

How the host machine(s) are configured.

Link copied to clipboard

Id of the containing TestMatrix.

Link copied to clipboard

The cloud project that owns the test execution.

Link copied to clipboard

Details about the shard.

Link copied to clipboard

Indicates the current progress of the test execution (e.g., FINISHED).

Link copied to clipboard

Additional details about the running test.

Link copied to clipboard
Link copied to clipboard

The time this test execution was initially created.

Link copied to clipboard

Where the results for this execution are written.