A report can be generated after the suite is executed.
Baseline, comparison and diff images will only be added to the report for failing tests.
Add the following after hook in cypress/support/index.js
:
after(() => {
cy.task('generateReport')
})
The report will look something like:
When a report is generated it will create the following folder:
.
├── cypress-visual-report
There will be enhancements coming in to make the folder name/location configurable.