Cypress plugin for Sauce Visual Testing
npm install @saucelabs/cypress-visual-pluginThis package is Sauce Labs Visual integration for Cypress.
It comes as both a plugin and commands that will be made available for your tests.
View installation and usage instructions on the Sauce Docs website.
Install the dependencies
``sh`
npm install
Build Sauce Labs Visual client library since Sauce Labs Visual for Cypress depends on it
`sh`
npm --prefix ../visual run build
Finally build Sauce Labs Visual for Cypress
`sh`
npm run build
`sh`
npm run lint
`sh``
npm run test