This step looks at the test bundle and calculates the test shards for your Xcode tests. It finds all of the tests and divides them into the specified number of shards.
These shards can be used to run the tests in parallel, which can significantly speed up the testing process. Use the
Xcode Test without building step's Test Selection
input to specify which test shard information to use.