Skip to content

Instantly share code, notes, and snippets.

@sandeeplearner
Created December 3, 2017 17:15
Xcodebuild command to build test and run it on specified simulator.
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