screenshots icon indicating copy to clipboard operation
screenshots copied to clipboard

Run iOS and android tests in parallel

Open mmcc007 opened this issue 6 years ago • 2 comments
trafficstars

It should be possible to run iOS and android integration tests in parallel. This can be done by separating out the tests by device type (iOS or android) and running in a separate isolate for each device type (iOS or android).

mmcc007 avatar Aug 17 '19 21:08 mmcc007

As far as I remember fastlane's snapshot also supports simultanous iOS simulators, that would also great to follow!

patreu22 avatar Sep 29 '19 00:09 patreu22

Yes, since iOS simulators can run in parallel out of the box, it should be possible to run the iOS simulators in a pool of isolates for faster results.

AFAIK, android emulators do not yet run in parallel out-of-the-box. So for now, android runs would be in series.

mmcc007 avatar Sep 29 '19 04:09 mmcc007