-
Notifications
You must be signed in to change notification settings - Fork 16
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
snapFilenameExtension breaks snapshot comparison #48
Comments
Just to clarify the issue, you were aiming to not have the - cypress/snapshots/someTest/takes a snapshot of the page.snap.png
+ cypress/snapshots/someTest/takes a snapshot of the page.png |
Hi @simonsmith That is what I indeed want, but it seems that using the option breaks stuff |
Just looking again at this because it might be similar to #61 There is a test here that asserts that a snapshot is created without the I'm wondering if it's another option you've added that is causing a problem |
Hi, sorry I completely forgot to respond. From my testing it seems related to the configuration option It seems you do not have a test case for this, would it be useful to add one? It might just be a cypress issue in the end |
Hi,
I configured
snapFilenameExtension
to an empty string to not have the.snap
for each snapshot, but it does seems to break everything.these are the issues it creates
it does however still creates a .diff snapshot, which is normal.
this is my current config
I tried to remove the
snapFilenameExtension
and add the.snap
on each snapshot and then everything works fine.The text was updated successfully, but these errors were encountered: