Skip to content

Instantly share code, notes, and snippets.

@tungpt247
Created October 30, 2015 03:14
Show Gist options
  • Save tungpt247/45b84dacda8b5425ca40 to your computer and use it in GitHub Desktop.
Save tungpt247/45b84dacda8b5425ca40 to your computer and use it in GitHub Desktop.
Run Testing you app on Commandline
xcodebuild \
-scheme your-project-name \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 6,OS=8.1' \
test | xcpretty --test --color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment