haim-io / cypress-image-diff

Visual regression test with cypress
MIT License
251 stars 62 forks source link

Is it possible to set recurse options globally? #140

Closed JasonFairchild closed 1 year ago

JasonFairchild commented 1 year ago

I thought it was possible to do something like this in the support file: compareSnapshotCommand({ recurseOptions: { limit: 5, delay: 25 } }); to cause retries to happen with every command instance, but this doesn't seem to work. I thought I had even seen an example of this at one point, but if I did, I can't find it now. Do I just have the syntax wrong? Or is this not currently possible?