Run UI Tests from the command line
xcodebuild -workspace App.xcworkspace \ | |
-scheme "SchemeName" \ | |
-sdk iphonesimulator \ | |
-destination 'platform=iOS Simulator,name=iPhone 6,OS=9.0' | |
test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
There should be a
\
at the end of the-destination
line to include it in the xcodebuild command