Dave Hulme
Dave Hulme
This plugin is not actively maintained. I suggest switching to an alternative like https://github.com/FRSOURCE/cypress-plugin-visual-regression-diff
@faith-berroya I'm not sure how the plugin could be generating this error. I don't think esbuild is required for the plugin. It's not clear from your logs what is causing...
@faith-berroya if you don't specify `updateImages: true` then yes it will compare against the stored snapshot image and fail if it does not match. Please ask any future questions on...
See this thread: https://github.com/meinaart/cypress-plugin-snapshots/issues/194 I think there is still an issue with the github actions with are blocking PRs. I had a look at it last year but got a...
We've now migrated to https://github.com/FRSOURCE/cypress-plugin-visual-regression-diff which works fine with Cypress 10 🥳
It's pretty simple. It uses the same folder structure for snapshots. I'd suggest updating to cypress 10 first. You may need to regenerate all the screen shots as they were...
I've noticed the same issue. I also tried with `env` property inside `cypress.config.ts`
I experience the same issue. I think @Feel-Joy is saying that when he makes a JS syntax error, it causes the cache to become corrupted. I've been getting the error...
In my case it was a sign of a bug in my code/test which was causing it not to reach the `close` call
That is interesting. I can confirm the same behaviour.