Launching Unit Tests from ios-sim doesn't execute all tests
问题 I'm trying to launch tests from my CI using ios-sim using approach described here: https://confluence.atlassian.com/display/BAMBOO/Xcode , but instead of SenTest I'm using XCTest in my application, so last parameter should be not --args -SenTest All but something like -args -XCTest All and if I use such parameter, not all tests are executed. How can I specify executing all tests using XCtest? If I use --args -XCTest -test All none of tests are executed. The full launch command: ios-sim launch