ROOT_DIR
The ROOT_DIR value should be relative to the root of the directory.
π’ Default value: ''
// cypress-image-diff.config.js
const config = {
ROOT_DIR: 'visual-test/custom-folder-name',
};
module.exports = config;
Output directory:
.
βββ visual-test
βββ custom-folder-name
βββ cypress-visual-screenshots
βββ baseline
βββ comparison
βββ diff
βββ cypress-visual-report
Last updated