Test-shard in parallel
Run parallel testing in your mobile CI/CD builds and eliminate sequential testing. Split up large UI test suites, unit tests, simulator tests, security tests, and more into multiple, smaller individual test suites. Parallel testing saves time and helps you run more successful builds.
Saves time for test suites with a large number of test cases
Pinpoint why and where builds are failing
Respond to failed tests quicker
Rerun flaky tests with partial pipeline re-runs
With partial pipeline reruns, teams can iterate faster. Re-run failed workflows in the Build Pipeline — without re-running your whole pipeline. With artifact sharing, you can run any number of tests on the same artifact in parallel Workflows after your app has been tested once. In case of a failed build, only workflows that failed in the previous pipeline run will be executed.
Build unsuccessful workflows only