Initial Step version
The primary use-case of this step is running tests on iOS Simulator based on a pre-built test bundle and project binaries.
xcodebuild test-without-building \
  -xctestrun MyTestRun.xctestrun \
  -destination 'platform=iOS Simulator,name=iPhone 5s'
Additional features:
- Dedicated inputs for xcodebuild’s retry options
 - Deploys the generated test result to the Bitrise Deploy Dir
 - Deploys the generated test result to the Testing Addon Dir
 - Automatic retry on common xcodebuild errors
 
Full Changelog: Commits · bitrise-steplib/bitrise-step-xcode-test-without-building · GitHub