Can I use "Test repetition mode" in XCTestPlan?

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 @kholin.anton

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!