Skip to content

v0.27.6

Compare
Choose a tag to compare
@priitlatt priitlatt released this 20 Jun 13:36
· 243 commits to master since this release
413d949

Features:

  • Action xcode-project run-tests will now respect retried testcase outcome. In case the initial testcase execution fails, but retrying is turned on (by -retry-tests-on-failure Xcode testing flag) and subsequent testcase run turns out to be successful, then this testcase will not be considered as failed in the context of whole test suite. PR #242