diff --git a/examples/cypress10/cypress/snapshots/failing-visual-regression.cy.js/visual regression -- should fail when diff is detected.expected.png b/examples/cypress10/cypress/snapshots/failing-visual-regression.cy.js/visual regression -- should fail when diff is detected.expected.png index 8d1bd1c..34c7ed7 100644 Binary files a/examples/cypress10/cypress/snapshots/failing-visual-regression.cy.js/visual regression -- should fail when diff is detected.expected.png and b/examples/cypress10/cypress/snapshots/failing-visual-regression.cy.js/visual regression -- should fail when diff is detected.expected.png differ diff --git a/examples/cypress10/cypress/snapshots/failing-visual-regression.cy.js/visual regression -- should fail when expected screenshot is missing.expected.png b/examples/cypress10/cypress/snapshots/failing-visual-regression.cy.js/visual regression -- should fail when expected screenshot is missing.expected.png index 8d1bd1c..34c7ed7 100644 Binary files a/examples/cypress10/cypress/snapshots/failing-visual-regression.cy.js/visual regression -- should fail when expected screenshot is missing.expected.png and b/examples/cypress10/cypress/snapshots/failing-visual-regression.cy.js/visual regression -- should fail when expected screenshot is missing.expected.png differ diff --git a/examples/cypress10/cypress/snapshots/visual-regression.cy.js/visual regression -- should compare screenshots.expected.png b/examples/cypress10/cypress/snapshots/visual-regression.cy.js/visual regression -- should compare screenshots.expected.png index 8d1bd1c..34c7ed7 100644 Binary files a/examples/cypress10/cypress/snapshots/visual-regression.cy.js/visual regression -- should compare screenshots.expected.png and b/examples/cypress10/cypress/snapshots/visual-regression.cy.js/visual regression -- should compare screenshots.expected.png differ diff --git a/package-lock.json b/package-lock.json index e2df246..c39cc89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "typescript": "4.7.3" }, "peerDependencies": { - "cypress": "^10.0.3" + "cypress": ">=10.0.3" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index 7d914d1..7a51b30 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "typescript": "4.7.3" }, "peerDependencies": { - "cypress": "^10.0.3" + "cypress": ">=10.0.3" }, "dependencies": { "odiff-bin": "2.5.0"