cypress-plugin-snapshots
cypress-plugin-snapshots copied to clipboard
Error on first screenshot
Please see attached, I receive this error on all initial screenshot but the image is saved and later diffs work as expected. Thanks!
Platform: OSX High Sierra cypress-plugin-snapshots: 1.2.6
Invocation in all cases is just cy.get('something').toMatchImageSnapshot()
This seems to have been fixed in https://github.com/meinaart/cypress-plugin-snapshots/pull/31 (also see #33). You can set your package.json version to "cypress-plugin-snapshots": "git://github.com/meinaart/cypress-plugin-snapshots.git#c30b950"
for now until an official version is released.
Any updates on this?
@kamilzzz @pburkindine can you retry with latest version?