Releases: bitrise-steplib/steps-xcode-test
2.6.1
2.6.0
2.5.0
2.4.6
When using xcodebuild
Output tool, the Xcode raw build logs are no longer included in the Bitrise build logs, due to their large size. The Xcode build logs are available as an artifact uploaded by Deploy to Bitrise.io step, and the log path is output in the BITRISE_XCODE_RAW_TEST_RESULT_TEXT_PATH variable.
The xcpretty
Output tool is unchanged. The output is visible in the build log, and the raw logs are uploaded as an artifact only in case of a failure.
2.4.5
2.4.4
2.4.3
Fixed handling of specific version (e.g. 13.2) in OS version
(simulator_os_version) input. This issue was a regression introduced in version 2.4.2. An example error message received in this case was:
failed to get simulator udid, error: %!(EXTRA *errors.errorString=no simulators found for os version: 13.2)
.
2.4.2
Use go-xcode/simulator package for iOS simulator handling.
2.4.1
Add Cordova, Ionic, React-native, Fflutter to the supported platform list.