Atomic Object

Run Detox Tests with GitHub Actions, Part 2: Caching and Parallel Tests

2024-9-11

Kelsey Brennan

In part one of this two-part series, we created a GitHub Actions pipeline for running Detox tests on iOS and Android. We have just two jobs that run in parallel, where each job is responsible for building the app for the appropriate platform and then running the tests. If you have a small app with […]

The post Run Detox Tests with GitHub Actions, Part 2: Caching and Parallel Tests appeared first on Atomic Spin.