cypress-diff
cypress-diff copied to clipboard
Defaults back to previous error checking when retry is setup
When your project has retry setup,
retries: {
openMode: 1
}
And there is an error where cypress-diff can report the actual-expected results, when you view the attempt 1 of error, it reverts back to the default error reporting as if the plugin was not installed. But if I remove the retry code above, cypress-diff will work with no problems.
Looking forward that this plugin will be able to adapt even if there are retries applied to the project.