-
Notifications
You must be signed in to change notification settings - Fork 57
Run different tests on different simulators in parallel #19
Comments
Do you mean splitting a test target of 100 tests into two parts and then run them at the same time in two different Simulators? |
yes |
You can try the |
oh cool thanks I will try that |
did that work for you? |
As I understand, P.S.: When I use |
I have the same error as Julia. |
I am looking for the same scenario, running different test classes on different simulators. I think we can do it by [-only-testing:] I didn't try yet, but I will update if I succeed on that :) and let me know if anyone has done that before. |
Did anyone get it working in this fashion? Sharding multiple tests from same target/scheme to multiple emulators? |
@benmarten Yeah I achieved something you can read what I have done -> https://medium.com/@Maryamfekri/how-to-run-uitest-for-messaging-features-in-an-ios-application-777de0440b99 |
So I can run the same tests in parallel in different simulators but is it possible to run different tests at the same time?
The text was updated successfully, but these errors were encountered: