Currently I'm only able to have one thread going at a time, so it does one test, passes or fails, then moves on to the next. Is there any way to enable this so that I can have 5 threads going similtaniously?
Multiple Threads with new UI Automation Xcode 7
Test execution in Xcode/XCTest is strictly serial. There are no way to run tests concurrently.