bluepill icon indicating copy to clipboard operation
bluepill copied to clipboard

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

Open cumanzor opened this issue 4 years ago • 1 comments

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!

cumanzor avatar Mar 15 '21 17:03 cumanzor

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

ravimandala avatar Mar 16 '21 00:03 ravimandala