-
-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cy.task('Matching image snapshot') failed with the following error #235
Comments
I faced the same issue. Which cypres version do you use? I use
|
Little addition: you need to set |
Has this been resolved? I am using Cypress 9 and still have this issue |
that's not an issue. you just need properly configure your plugin, instructions already given above. |
I ran into this as well and thought it might help to share the full const { defineConfig } = require('cypress')
const { addMatchImageSnapshotPlugin } = require('cypress-image-snapshot/plugin')
module.exports = defineConfig({
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
addMatchImageSnapshotPlugin(on, config)
},
}
}) As you can see, there's no need to create a Cypress version: |
Kudos, this just fixed my error |
Thanks you so much! )) (c)0990. 4599===2sd |
Hi, I'm using image snapshot lib and I got the following issue with it.
The text was updated successfully, but these errors were encountered: