Closed bitrise-devs-bot closed 1 week ago
Don't forget to follow semantic versioning! Breaking changes (including step inputs) should be in major versions only.
step.yml
changes compared to previous version:
--- steps/xcode-test/5.1.1/step.yml 2024-11-15 08:29:36
+++ steps/xcode-test/6.0.0/step.yml 2024-11-15 08:29:37
@@ -27,8 +27,8 @@
source_code_url: https://github.com/bitrise-steplib/steps-xcode-test
support_url: https://github.com/bitrise-steplib/steps-xcode-test/issues
-published_at: 2024-04-08T11:03:54.789032239Z
+published_at: 2024-11-15T08:28:59.37548459Z
source:
git: https://github.com/bitrise-steplib/steps-xcode-test.git
- commit: 497f1110471c51c363331fd306a205e8a56bff64
+ commit: 2d52e4b24129b1f4d36d85eab21266fd4da2e8db
project_type_tags:
- ios
@@ -102,5 +102,5 @@
The input value together with Maximum Test Repetitions (`maximum_test_repetitions`) input sets xcodebuild's `-run-tests-until-failure` / `-retry-tests-on-failure` or `-test-iterations` option.
summary: Determines how the tests will repeat.
- title: Test Repetition Mode (Available in Xcode 13+)
+ title: Test Repetition Mode
value_options:
- none
@@ -108,5 +108,5 @@
- retry_on_failure
- up_until_maximum_repetitions
- test_repetition_mode: none
+ test_repetition_mode: retry_on_failure
- maximum_test_repetitions: 3
opts:
@@ -121,5 +121,5 @@
summary: The maximum number of times a test repeats based on the Test Repetition
Mode (`test_repetition_mode`).
- title: Maximum Test Repetitions (Available in Xcode 13+)
+ title: Maximum Test Repetitions
- opts:
category: Test Repetition
@@ -131,24 +131,9 @@
The input value sets xcodebuild's `-test-repetition-relaunch-enabled` option.
summary: If this input is set, tests will launch in a new process for each repetition.
- title: Relaunch Tests for Each Repetition (Available in Xcode 13+)
+ title: Relaunch Tests for Each Repetition
value_options:
- "yes"
- "no"
relaunch_tests_for_each_repetition: "no"
-- opts:
- category: Test Repetition
- description: |-
- If this input is set, the Step will rerun the tests in the case of failed tests.
-
- Note that all the tests will be rerun, not just the ones that failed.
-
- This input is not available if you are using Xcode 13+. In that case, we recommend using the `retry_on_failure` Test Repetition Mode (`test_repetition_mode`).
- is_required: true
- summary: If set, the Step will rerun the tests in the case of failed tests.
- title: Should retry tests on failure? (Not available in Xcode 13+)
- value_options:
- - "yes"
- - "no"
- should_retry_test_on_fail: "no"
- opts:
category: xcodebuild configuration
https://github.com/bitrise-steplib/steps-xcode-test/releases/6.0.0