FAILURE_THRESHOLD
Create a file called cypress-image-diff.config.js
. This should live along side cypress.config.js
, in the root of the directory.
💢 Default value: 0
This pass all tests as long as the difference between the baseline and comparison is not greater than 10%
Last updated