bluepill
bluepill copied to clipboard
Is it possible to run the same test on multiple simulators in parallel?
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!
Same test can be added to multiple test targets in the test suite and that is one way to run same test multiple times.