Search code examples
iosmacosappiumselenium-grid

Running appium scripts for ios in parallel


I have two mac machines with all the setup installed for appium. I want to run the appium scripts on two ios simulators in parallel.It is not possible in one mac machine by launching two simulators in parallel because mac uses only one instrument instance at a time.

Is there any way to approach this by using two machines?

Thanks.


Solution

  • For android you can run two emulators in parallel, So u can establish two appium sessions and run the scripts in parallel.But coming to ios xcode won't allow you to run the simulators in parallel.