Created
December 22, 2018 10:52
-
-
Save Shashikant86/40801b9d8f803eab4b82acfe2b99e188 to your computer and use it in GitHub Desktop.
Parallel XCTest Script
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
$ 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