Created
December 3, 2017 17:15
Xcodebuild command to build test and run it on specified simulator.
This file contains 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 test -workspace your_project.xcworkspace/ -scheme your_project_schema -destination 'id=B68B1BC5-77C7-48F9-A4C7-513A9660D1CF' | /usr/local/bin/xcpretty -r junit -o test-reports/reports.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment