GoogleApi.Testing.V1.Model.ManualSharding (google_api_testing v0.26.2) View Source

Shards test cases into the specified groups of packages, classes, and/or methods. With manual sharding enabled, specifying test targets via environment_variables or in InstrumentationTest is invalid.

Attributes

  • testTargetsForShard (type: list(GoogleApi.Testing.V1.Model.TestTargetsForShard.t), default: nil) - Required. Group of packages, classes, and/or test methods to be run for each shard. When any physical devices are selected, the number of test_targets_for_shard must be >= 1 and <= 50. When no physical devices are selected, the number must be >= 1 and <= 500.

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.ManualSharding{
  testTargetsForShard:
    [GoogleApi.Testing.V1.Model.TestTargetsForShard.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.