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
When a test is run in normal mode screenshot has (failed).png suffix attached and is picked up correctly bu the html report
Add
retries: {
runMode: 1
},
to cypress config and rerun test
Expected - Screenshot to be picked up by html report
Actual - Screenshot is not picked up by report. This is probably due to any screen shot that is retried has the suffix (failed) (attempt 2).png attached and thus due to the addition of (attempt x) is not being picked up by the report
When a test is run in normal mode screenshot has (failed).png suffix attached and is picked up correctly bu the html report
Add
retries: {
runMode: 1
},
to cypress config and rerun test
Expected - Screenshot to be picked up by html report
Actual - Screenshot is not picked up by report. This is probably due to any screen shot that is retried has the suffix (failed) (attempt 2).png attached and thus due to the addition of (attempt x) is not being picked up by the report
This repo will reproduce the issue
https://github.com/MassimoLobrutto/ErrorReproduction
After reproducing the issue, remove the retries entry from cypress config and the screenshot will return
The text was updated successfully, but these errors were encountered: