Is it possible to run individual test cases, or individual test suites, from an iOS app test target, instead of all the test cases, from a command line interface?
Yo
It is now possible with Xcode 8 using the -only-testing parameter with xcodebuild:
-only-testing
xcodebuild
xcodebuild test -workspace -scheme -destination -only-testing:TestBundle/TestSuite/TestCase
Check this video: https://developer.apple.com/videos/play/wwdc2016/409/