Releases: bitrise-steplib/steps-xcode-test
Releases · bitrise-steplib/steps-xcode-test
1.5.0
- Removed the
-sdk iphonesimulator
argument when running the test withxcodebuild
, as it caused issues with WatchKit 2 apps
1.4.2
- Further improved Test Summary handling - more summary delimiters added, and is now capable of handling Xcode's varying output (where the delimiters might occur in different places)
1.4.1
- Less verbose "full command" log, and it's now printed in a copy-paste ready format
- New default
simulator_device
: iPhone 6 (instead of previous iPad), to better match the default when running tests from Xcode.app directly
1.4.0
Huge improvements!!
- FIX : if a "retry" fails previously it marked the step as "succeeded" - this "false positive" is now fixed
- If a retry is triggered it will never be run with
clean
build option, as the first build already clears if the option is set - It seems that we could finally fix the
iPhoneSimulator: Timed out waiting 120 seconds for simulator to boot, current state is 1.
error! This is indeed a reproducible bug in Xcode's command line interface. If it's called with only thetest
command/verb the compilation time is also counted into the Simulator boot time! So, in case the compilation takes more than 120 seconds it'll always trigger a Simulator boot timeout! Including thebuild
command/verb before thetest
command/verb fixes this!
1.2.0
- Xcode 7 UI test related retry in case the Simulator would fail to properly run the UI test the first time
1.1.2
- Fix for Simulator retry patch
1.1.1
Added the new go
dependency to the step's descriptor step.yml
file.
1.1.0
Complete rewrite in Go, and a fix added in case the iOS Simulator would time out
1.0.0
Merge pull request #3 from gkiki90/project_path fix