Migrate from v1 to v2
Last updated
Last updated
In a mission to provide a robust and easy-to-use visual regression tool for front-end development, Cypress Image Diff version 2 introduces Cypress Image Diff HTML Report as a separate npm package with extensive features and provides a new compareSnapshot arguments type.
We've separated out the core plugin and the HTML report (under the name of Cypress Image Diff HTML Report) with the aim of providing a beautiful interactive HTML report with a JSON file with all the details about your test suites, together with extensive features:
Update baseline screenshots
Toggle between different screenshot inspector modes: carousel, slider, and mirror
Select your preferred colour scheme
Although Cypress Image Diff HTML Report is a standalone npm package, the integration with the core Cypress Image Diff is seamless, and they are expected to work together out of the box without any further configuration.
Note: The old report still continues to function in Cypress Image Diff version 2, but it is planned to be deprecated once the Cypress Image Diff HTML Report reaches its stable state.
compareSnapshot now could accept new arguments: cypressScreenshotOptions and exactName
New global config option: CYPRESS_SCREENSHOT_OPTIONS
make screenshots and report folder configurable
Note: REPORT_DIR and SCREENSHOTS_DIR only work for Cypress Image Diff Html Report, and this is intentional. Please consider using Cypress Image Diff Html Report for better support.