google_api_testing v0.15.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. The number of shard_test_targets must be >= 1 and <= 50.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Testing.V1.Model.ManualSharding{
  testTargetsForShard: [GoogleApi.Testing.V1.Model.TestTargetsForShard.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.