Cypress integration
Integration with Cypress
Follow the steps below to have access to the comparison command so you can build visual regression tests
Setup
Install Cypress:
Install the core package and the HTML report:
Then initialise Cypress if you don't have a project:
Finally follow a suitable option for you below:
Once the above is complete, you will be all set to write a test!
If you have any struggles with integration, please refer to these examples.
Last updated