-
-
Notifications
You must be signed in to change notification settings - Fork 725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin "retryFailedStep" doesn't work in --debug or --verbose mode, searching for element fails immediately #4384
Labels
Comments
Interestingly it works well in a "shell" mode (tested with 3.6.3):
|
mirao
changed the title
Plugin "retryFailedStep" doesn't work, searching for element fails immediately
Plugin "retryFailedStep" doesn't work in --debug or --verbose mode, searching for element fails immediately
Jun 14, 2024
Thanks, I'm checking |
I "solved" it a different way to myself. CodeceptJS/lib/plugin/retryFailedStep.js Line 96 in ac75d94
It seems to me that the removing doesn't affect functionality of the plugin. I tested the plugin in non-verbose mode, --verbose mode, in shell mode and for pause()
|
This issue is stale because it has been open for 90 days with no activity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's a regression in 3.6.0.
It works well with 3.5.15.
What are you trying to achieve?
You should see the
Retrying... Attempt ...
retries in the following test.This is how it works with 3.5.15 ✔️
What do you get instead?
This is how it works with 3.6.0 or 3.6.2 🐛
Details
The text was updated successfully, but these errors were encountered: