Hi, I want to run ios test cases in parallel using an iOS simulator on appium. I know that the limitations of MAC are limited only by the fact that only one simulator will work, but is there a backdoor record, I can do them in parallel, I donβt want to use the grid for some reason, so there is a way to run iOS tests, parallel iOS.
And if I run two application servers with different ports and addresses at the same time, there will be only one ios simulator, since it will disable the other.
I am using application server 1.6.4 and Xcode 8+.
Any help is greatly appreciated.
source
share