Skip to content

2.7.0

Compare
Choose a tag to compare
@Bence1001 Bence1001 released this 07 Jul 10:05
· 46 commits to master since this release
13e1022

Added support for Xcode Test Plan and improved failed test retry.

  • New step input: test_plan.
  • Starting from Xcode 13, failed tests will be retried using Xcode Test Repetition (if should_retry_test_on_fail is enabled).
  • Replaced BITRISE_XCODE_RAW_TEST_RESULT_TEXT_PATH environment variable with BITRISE_XCODEBUILD_BUILD_LOG_PATH and BITRISE_XCODEBUILD_TEST_LOG_PATH.
  • .xcresult is now deployed as a ZIP artifact and exposed under the BITRISE_XCRESULT_ZIP_PATH environment variable.