CodeceptJS: RetryFailedStep doesn't work with Retry, that was add in 3.4.1
Playwright use auto-waiting before start actions with elements https://playwright.dev/docs/actionability
It seems that this auto-waiting doesn’t work in CodeceptJS version: 3.4.1
- CodeceptJS version: 3.4.1
- NodeJS Version: v18.14.0
- Operating System: Ubuntu 20.04.5 LTS
- Playwright
- Configuration file:
helpers: {
Playwright: {
url: process.env.FUNCTIONS_APP_URL,
show: false,
restart: true,
video: true,
trace: true,
browser: "chromium",
windowSize: "1440x900",
waitForNavigation: "networkidle",
waitForTimeout: 40000,
timeout: 10000,
},
}
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 15 (9 by maintainers)
Commits related to this issue
- fix broken update-slider Codecept v3.3.x onwoards, the retryFailedStep plugin seems broken See https://github.com/codeceptjs/CodeceptJS/issues/3600 — committed to Husterknupp/lkg-halle by Husterknupp a year ago
Yes, we use the
retryFailedStep
, good catch 🚀