Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@u5-03
Created April 20, 2022 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save u5-03/5e995425df83b2297278776176c082e1 to your computer and use it in GitHub Desktop.
Save u5-03/5e995425df83b2297278776176c082e1 to your computer and use it in GitHub Desktop.
xcodebuild test
SCHEME_NAME="$SCHEME_NAME"
CONFIGURATION="$CONFIGURATION" # e.g. Debug / Release
xcodebuild clean test \
-workspace '$SCHEME_NAME.xcworkspace' \
-scheme '$SCHEME_NAME' \
-configuration '$CONFIGURATION' \
-sdk iphonesimulator \
-enableCodeCoverage YES \
-destination 'platform=iOS Simulator,name=iPhone 13,OS=15.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment