-
-
Notifications
You must be signed in to change notification settings - Fork 155
Fix getting false positives when using Cypress v5+ native retries #155
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
Conversation
|
Can we get that in please? |
It cause image snapshot malfunctioning. The commit should be reverted after jaredpalmer/cypress-image-snapshot#155 being merged.
It cause image snapshot malfunctioning. The commit should be reverted after jaredpalmer/cypress-image-snapshot#155 being merged.
|
Can you merge it please? It is very helpful |
|
Hey, I will be happy if this PR will be merged |
|
I hope it will be merged soon. very important fix |
|
Seems like this PR can hold great value, can you merge it, please? |
|
+1 |
|
Big, big, big, +1 👏 |
|
Please @jaredpalmer could you merge this? |
|
Any chance of an npm release based on this? Would be nice since it's a pretty big thing for Cypress v5 support. |
|
Can cut in a few min |
|
+1 |
|
Hey @jaredpalmer would you be able to publish this to npm please? 🙏 |
When using native retries that come in Cypress v5+ real image failures are marked as passed on the retries.
This is because cypress names the snapshots as 'filename (attempt X).png (and there is no configuration option to change this)
The fix just removes the ' (attempt X)' suffix from the filename