Hi! Can I use “Test repetition mode” in XCTextPlan? I tried, but there was only one run. Maybe it is not supported or needs any additional settings?
Thank you in advance!
Hi! Can I use “Test repetition mode” in XCTextPlan? I tried, but there was only one run. Maybe it is not supported or needs any additional settings?
Thank you in advance!
Yes, you can use Test Repetition Mode in XCTextPlan to rerun failed test cases. To enable this, please add the following capability:
"retries": 2
This will allow failed tests to be retried automatically. Let us know if you need any further assistance!