GoogleApi.ToolResults.V1beta3.Model.ShardSummary (google_api_tool_results v0.31.0) View Source
Result summary for a shard in an environment.
Attributes
-
runs
(type:list(GoogleApi.ToolResults.V1beta3.Model.StepSummary.t)
, default:nil
) - Summaries of the steps belonging to the shard. With flaky_test_attempts enabled from TestExecutionService, more than one run (Step) can present. And the runs will be sorted by multistep_number. -
shardResult
(type:GoogleApi.ToolResults.V1beta3.Model.MergedResult.t
, default:nil
) - Merged result of the shard.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ToolResults.V1beta3.Model.ShardSummary{ runs: [GoogleApi.ToolResults.V1beta3.Model.StepSummary.t()], shardResult: GoogleApi.ToolResults.V1beta3.Model.MergedResult.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.