Created
October 30, 2015 03:14
-
-
Save tungpt247/45b84dacda8b5425ca40 to your computer and use it in GitHub Desktop.
Run Testing you app on Commandline
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 \ | |
-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