Faster mobile CI through parallel testing on Bitrise - A Deep Dive. Attend the first Bitrise Deep Dive Webinar on 30 April and learn how you can speed up your tests by splitting them into multiple schemes and run your tests in parallel.
You can watch the video recording of the webinar and read about Parallel Tests & Test Reports a Bitrise here.
Date: 7 PM CEST / 10 AM PDT, Thursday, April 30, 2020
Success on mobile is about speed and it's about quality. To ensure that quality, rigorous testing of your mobile builds is crucial, but these tests take time. In this webinar, Bitrise mobile DevOps engineer Damien Murphy explains how to get the best of both, by demonstrating how to combine speed and quality by speeding up tests on Bitrise.
Damien Murphy will demonstrate how you can speed up your tests by automatically splitting them into multiple test plans - this allows you to run your tests in parallel. When you start multiple parallel tests you need to collect the test artifacts and create test reports for them. You can start parallel workflows and wait for them using the Bitrise Start Build & Bitrise Wait for Build steps. In this example, we use xcodebuild build-for-testing & test-without-building to reuse the build artifacts for testing in the parallel workflows.
This example shows how to:
- Trigger X test workflows from a Primary workflow and wait for them to complete
- Gather the test results from all X fan out workflows via the Bitrise API using NodeJS
- Generate a single Test Report for all X test results using bash