google_api_testing v0.18.0 GoogleApi.Testing.V1.Model.TestExecution View Source

A single test executed in a single environment.

Attributes

  • environment (type: GoogleApi.Testing.V1.Model.Environment.t, default: nil) - Output only. How the host machine(s) are configured.
  • id (type: String.t, default: nil) - Output only. Unique id set by the service.
  • matrixId (type: String.t, default: nil) - Output only. Id of the containing TestMatrix.
  • projectId (type: String.t, default: nil) - Output only. The cloud project that owns the test execution.
  • shard (type: GoogleApi.Testing.V1.Model.Shard.t, default: nil) - Output only. Details about the shard.
  • state (type: String.t, default: nil) - Output only. Indicates the current progress of the test execution (e.g., FINISHED).
  • testDetails (type: GoogleApi.Testing.V1.Model.TestDetails.t, default: nil) - Output only. Additional details about the running test.
  • testSpecification (type: GoogleApi.Testing.V1.Model.TestSpecification.t, default: nil) - Output only. How to run the test.
  • timestamp (type: DateTime.t, default: nil) - Output only. The time this test execution was initially created.
  • toolResultsStep (type: GoogleApi.Testing.V1.Model.ToolResultsStep.t, default: nil) - Output only. Where the results for this execution are written.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Testing.V1.Model.TestExecution{
  environment: GoogleApi.Testing.V1.Model.Environment.t(),
  id: String.t(),
  matrixId: String.t(),
  projectId: String.t(),
  shard: GoogleApi.Testing.V1.Model.Shard.t(),
  state: String.t(),
  testDetails: GoogleApi.Testing.V1.Model.TestDetails.t(),
  testSpecification: GoogleApi.Testing.V1.Model.TestSpecification.t(),
  timestamp: DateTime.t(),
  toolResultsStep: GoogleApi.Testing.V1.Model.ToolResultsStep.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.