You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configured the plugin as outlined but cypress does not recognize it. The plugin works if I add @ts-ignore in front of the line cy.matchImageSnapshot();, but I'd rather be able to configure the framework correctly so cypress doesn't complain.
Any idea?
@ma-bourassa, even I add the @types/cypress-image-snapshot, there is same error. But if i add this:
/// , it will resolved. I do not want to add this reference in all of my test file. is there is way to fix without writing reference?
Configured the plugin as outlined but cypress does not recognize it. The plugin works if I add @ts-ignore in front of the line cy.matchImageSnapshot();, but I'd rather be able to configure the framework correctly so cypress doesn't complain.
Any idea?
index.js:
commands.js
The text was updated successfully, but these errors were encountered: