Hi i want to run ios test cases parallel using IOS simulator on appium. I know MAC restricts as only one simulator will be up, but is there a backdoor entry i can make them in parallel , i don't want to use grid because of some reasons , so is there a way to run ios test cases parallel on IOS simulator.
And if i run two appium servers with different port and address at a time only one ios simulator will be up ,as it shutdowns the other one.
I am using 1.6.4 appium server and Xcode 8+.
Any help is very much appreciated.