Created
June 18, 2015 07:16
-
-
Save KrauseFx/26c99e394c8fb7bbad7f to your computer and use it in GitHub Desktop.
Run UI Tests from the command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xcodebuild -workspace App.xcworkspace \ | |
-scheme "SchemeName" \ | |
-sdk iphonesimulator \ | |
-destination 'platform=iOS Simulator,name=iPhone 6,OS=9.0' | |
test |
What does the -sdk iphonesimulator
stand for?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There should be a
\
at the end of the-destination
line to include it in the xcodebuild command