Retrying successful tests #3500
Unanswered
DarkInspiration
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I am trying to have specific test ran few times. What would be my options about doing that. I looked into https://codecept.io/basics/#retries but here the retry will happen only if test fails, while I want it even if it succeeds.
Other option I looked into was https://codecept.io/commands/#run-rerun but this is being used for all the tests then, I want only one test to be rerun, and the rest ran 1 time.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions