Do we have a setting for fixed baseline images aside for only comparing from the previous run? #88
-
Firstly, thank you for the great plugin! It works great on my local where I can always check for the image screenshots. However, I noticed that the screenshots were changing, and I have to constantly check if the plugin is getting the correct image or not because it always output as PASS even with different image, unless the image that will be compared has different dimension from the base image. I also have a question in here. Thank you so much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Hey @faith-berroya, I've responded in a linked issue - please, give me a sign whether that has helped you! Regarding tests always passing - if you don't set |
Beta Was this translation helpful? Give feedback.
Hey @faith-berroya,
I've responded in a linked issue - please, give me a sign whether that has helped you!
Regarding tests always passing - if you don't set
updateImages
to true every time the test is being run that shouldn't be the case. Plugin should catch any major changes in the page structure when it's visible on the screenshot. Can you elaborate more about your use-case and environment where you run the tests suite (OS, browser name, Cypress & Node versions)?