You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
if cypress retry is enabled , when a test is retried, it creates a new snapshot named "test name #1.png", and falsely passes the test even though it did not match "test name #0.png" To Reproduce
Steps to reproduce the behavior:
in cypress.json set
retries: 1,
run failing test that has previously passed and saved the snapshot
Expected behavior
it would be great if there is an option to disable appending attempts number to filename
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
if cypress retry is enabled , when a test is retried, it creates a new snapshot named "test name #1.png", and falsely passes the test even though it did not match "test name #0.png"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
it would be great if there is an option to disable appending attempts number to filename
Screenshots
The text was updated successfully, but these errors were encountered: