cypress-diff icon indicating copy to clipboard operation
cypress-diff copied to clipboard

Defaults back to previous error checking when retry is setup

Open pinkfox17 opened this issue 9 months ago • 0 comments

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.

pinkfox17 avatar May 06 '24 03:05 pinkfox17