It is now possible with Xcode 8 using the -only-testing
parameter with xcodebuild
:
xcodebuild test -workspace <path>
-scheme <name>
-destination <specifier>
-only-testing:TestBundle/TestSuite/TestCase
Related Contents:
- Xcode 7 UI Testing: how to dismiss a series of system alerts in code
- When do app sources need to be included in test targets?
- .NET Unit test runner for iOS
- Libraries not found when using CocoaPods with iOS logic tests
- XCTest and asynchronous testing in Xcode 6
- How to add constraints programmatically using Swift
- Wait for Firebase to load before returning from a function
- Detect if the device is iPhone X
- Enterprise app deployment doesn’t work on iOS 7.1
- How to save picture to iPhone photo library?
- Adding space/padding to a UILabel
- Registering for Push Notifications in Xcode 8/Swift 3.0?
- How to create a multiline UITextfield?
- SourceKitService Terminated
- didSelectRowAtIndexPath not working, Swift 3
- In iOS13 the status bar background colour is different from the navigation bar in large text mode
- Table Header Views in StoryBoards
- Customize UITableView header section
- iOS7 UITextView contentsize.height alternative
- Drawing a route in MapKit in iOS
- How to iterate for loop in reverse order in swift?
- How do I hide the status bar in a Swift iOS app?
- Storing asynchronous Cloud Firestore query results in Swift
- UISegmentedControl below UINavigationbar in iOS 7
- iOS: Issue with ampersand in the URL string
- How do you dismiss the keyboard when editing a UITextField
- Prevent segue in prepareForSegue method?
- Developing for iOS device in Windows environment with Flutter
- UILabel with text of two different colors
- How to create auto incremented key in Firebase?
- How to program a delay in Swift 3
- How to import own classes from your own project into a Playground
- xcodebuild different provisioning profile for target dependency
- iOS 7 App Icons, Launch images And Naming Convention While Keeping iOS 6 Icons
- How do you draw a line programmatically from a view controller?
- iOS 8 enabled device not receiving PUSH notifications after code update
- UIView animateWithDuration doesn’t animate cornerRadius variation
- How do I use AVFoundation to crop a video
- Trying to understand CMTime
- Receiving Push Notifications while in background
- Best way to parse URL string to get values for keys?
- MKMapView MKPointAnnotation tap event
- How to switch to different Storyboard for iPhone 5?
- The supportedInterfaceOrientations method doesn’t override any method from its superclass
- Swift: How to get substring from start to last index of character
- Xcode6: Run two instances of the simulator
- Aligning UIToolBar items
- How to dismiss keyboard iOS programmatically when pressing return
- How do we create a bigger center UITabBar Item
- How can I both stroke and fill with NSAttributedString w/ UILabel