Implement retry strategy #1124
Labels
enhancement
New feature request or improvement of an existing feature
maestro cli
Related to the command-line Maestro tool
Is your feature request related to a problem? Please describe.
Most of the frameworks allow us to retry failed tests. Maestro currently does not. It would be great to have such an option.
Describe the solution you'd like
retry-tests-count
in the config file globally or in some flow in particular (similar to-retry-tests-on-failure
flag in XCTest).0
(if flow fails, then it fails straight away)3
) and the flow fails on the first run, then Maestro automatically starts it from scratch, and so onDescribe alternatives you've considered
N/A
Additional context
Reference: https://twitter.com/testableapple/status/1662915551927193609
The text was updated successfully, but these errors were encountered: