Pippo Raimondi
Pippo Raimondi
I need this tool, has anyone had a head start to make it compatible with wdio v5? if so please share the details so I don't waste time starting from...
Hello, you can find documentation for reporting here: https://github.com/uktrade/cypress-image-diff/blob/main/docs/Reporting.md can you please share the test result + report it generated and I will have a look.
when there is no difference, image is not displayed on the report... seems like the main usage of showing images in the report is when there are failures...
We can provide screenshot options, but at global level not individually: I.E in `support/commands` file you can do the following: ``` compareSnapshotCommand({ disableTimersAndAnimations: false, clip: { x: 20, y: 20,...
Yes, this enhancement would be to add the options to individual compareSnapshot commands!
This is something we could improve! I am marking this as a good next feature!
Agreed, this is an interesting feature we could work on... I will mark it accordingly!
If your read this [section of the readme](https://github.com/uktrade/cypress-image-diff#please-notice) it's stated how important it is for you to replicate all runs in the same setup... you have a few alternatives... either...
@mehrad-rafigh someone raised a PR around this, it needs testing... you might want to have a look at it and maybe finalise it on your own PR. If not I...
This should work: ``` cy.get('.sticky-header').invoke('css', 'position', 'absolute').compareSnapshot('yourVisualRegressionTestName') ``` otherwise a big resolution so it fits the entire page should do.