Skip to content

Instantly share code, notes, and snippets.

@Shashikant86
Created December 22, 2018 10:52
Show Gist options
  • Save Shashikant86/40801b9d8f803eab4b82acfe2b99e188 to your computer and use it in GitHub Desktop.
Save Shashikant86/40801b9d8f803eab4b82acfe2b99e188 to your computer and use it in GitHub Desktop.
Parallel XCTest Script
$ git clone https://github.com/Shashikant86/Xcode10-ParallelTest-CI
$ cd Xcode10-ParallelTest-CI
$ xcodebuild -project Xcode10-ParallelTest-CI.xcodeproj/ -scheme Xcode10-ParallelTest-CI -destination 'platform=iOS Simulator,OS=12.0,name=iPhone X' clean build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -parallel-testing-enabled YES -parallel-testing-worker-count 4 -quiet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment