@saucelabs/cypress-visual-plugin
v0.10.0
Published
Cypress plugin for Sauce Visual Testing
Readme
Sauce Labs Visual for Cypress
This package is Sauce Labs Visual integration for Cypress.
It comes as both a plugin and commands that will be made available for your tests.
Installation & Usage
View installation and usage instructions on the Sauce Docs website.
Building
Install the dependencies
npm installBuild Sauce Labs Visual client library since Sauce Labs Visual for Cypress depends on it
npm --prefix ../visual run buildFinally build Sauce Labs Visual for Cypress
npm run buildLinting
npm run lintRunning the tests
npm run test