MobileNativeFoundation / bluepill

Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine
BSD 2-Clause "Simplified" License
3.19k stars 232 forks source link

Is it possible to run the same test on multiple simulators in parallel? #482

Open cumanzor opened 3 years ago

cumanzor commented 3 years ago

I see we can distribute the whole test suite across multiple simulators, but I'm wondering if it is possible to run the same test in all simulators simultaneously. The main use case is to rapid test a single feature across different device types.

Thanks!

ravimandala commented 3 years ago

Same test can be added to multiple test targets in the test suite and that is one way to run same test multiple times.