numShards property

int? numShards
getter/setter pair

The total number of shards to create.

This must always be a positive number that is no greater than the total number of test cases. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 200. When you select only x86 virtual devices, it must be <= 500.

Required.

Implementation

core.int? numShards;