google_api_testing v0.17.0 GoogleApi.Testing.V1.Model.ManualSharding 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 <= 250.

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()]
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.