Releases: bitrise-steplib/steps-xcode-test
Releases · bitrise-steplib/steps-xcode-test
1.15.0
- [0927fbf] NEW INPUT :
should_retry_test_on_fail
- (Experimental) Rerun test, when it fails?
- [f13e07a] toolkit support
1.14.1
- Offer opt-out for redundant build before performing test - thanks for the PR
1.14.0
Fix for booting the iOS Simulator, when you have more than one Xcode / iOS Simulator installed.
- [ec8fde5] prep for v1.14.0
- [182aff8] Merge pull request #49 from bitrise-io/feature/multi-xcode-bug-fix
- [2a4723e] BootSimulator - multi xcode bug fix
- [c1c8e2f] run xcodebuild with "NSUnbufferedIO=YES" env
- [8cba6c9] GOPATH for test workflow
- [a39ef2f] bitrise.yml - releaseman revision
- [bdbcdeb] step.yml revision
1.13.7
- Remove duplicated and deprecated dependencies
1.13.6
NEW_INPU : single_build
If single_build: true
, then step calls only xcodebuild OPTIONS build test OPTIONS
, otherwise step runs xcodebuild OPTIONS build OPTIONS
befor the test.
1.13.5
- Now step doesn't change default derived data path
1.13.4
- change default device to iPhone 6s Plus
1.13.3
- FIX: find latest os version