icon

Xcode test shard calculation

Calculates the test shards for your Xcode tests.

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.

Related Steps

Similar steps

Runs your project's pre-defined Xcode tests on every build.

Runs Xcode's test action for macOS app projects.

Tests compiled bundles.

This Step is used to search for test results and export them for the Deploy to Bitrise.io Step which can export the results to the Test Reports.