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
- CodeceptJS version: 2.6.2
- NodeJS Version: v12.16.3
- Operating System: Windows 10
- webdriverio