@saucelabs/cypress-visual-plugin
v0.7.0
Published
Cypress plugin for Sauce Visual Testing
Downloads
45,013
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 install
Build Sauce Labs Visual client library since Sauce Labs Visual for Cypress depends on it
npm --prefix ../visual run build
Finally build Sauce Labs Visual for Cypress
npm run build
Linting
npm run lint
Running the tests
npm run test