We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560f9f2 commit e9f1b73Copy full SHA for e9f1b73
src/afterScreenshot.hook.ts
@@ -43,6 +43,7 @@ export const initAfterScreenshotHook =
43
| void
44
| Cypress.AfterScreenshotReturnObject
45
| Promise<Cypress.AfterScreenshotReturnObject> => {
46
+ // it's not a screenshot generated by FRSOURCE Cypress Plugin Visual Regression Diff
47
/* c8 ignore start */
48
if (details.name?.indexOf(IMAGE_SNAPSHOT_PREFIX) !== 0) return;
49
/* c8 ignore stop */
0 commit comments