retryFailedStep plugin does not work on CodeceptJS version 2.6.2 #3026
Replies: 2 comments 1 reply
-
It doesn't work either on the 3.0.0 version. |
Beta Was this translation helpful? Give feedback.
0 replies
-
And here I thought I was going crazy on 3.3.0 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to use the retryFailed plugin for my automated tests in CodeceptJS 2.6.2.
I have set up the retryFailed plugin in the following way:
retryFailedStep: { enabled: true, minTimeout: 1500, },
When I excute CodeceptJS with:
npx codeceptjs run --plugins retryFailedStep --config=./config/local.config.js
On a Windows Machine. Failing steps are never retried and executed again.
Details
Beta Was this translation helpful? Give feedback.
All reactions