COMPARISON_OPTIONS
// cypress-image-diff.config.js
const config = {
COMPARISON_OPTIONS: { threshold: 0.2 },
};
module.exports = config;Last updated
// cypress-image-diff.config.js
const config = {
COMPARISON_OPTIONS: { threshold: 0.2 },
};
module.exports = config;Last updated