-
-
Notifications
You must be signed in to change notification settings - Fork 737
Retry() does not work properly when we are using Scenario.only #3439
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
Comments
@Horsty80 |
Thanks @JakubKasprzyk I need to check but I think in allure report I lose the assert error message (without =/ |
The .retry() does not work properly if we are using it with
Scenario.only
. I've simulated the test failure and it is not being executed after failure. In the terminal, the result is highlighted in green with the text "OK 0 passed". Below is a screen from the terminal:You can see that the test should fail because we've filled the field with "435,00" and we are expecting to see "222,00"
In addition, I'm attaching the source code below:
I've also tried with
{ retries: 2 }
- but unfortunately with the same result.I'm working on CodeceptJS + Playwright.
The text was updated successfully, but these errors were encountered: