/percy-example

Primary LanguageHTMLMIT LicenseMIT

example-percyscript

CircleCI This project is using Percy.io for visual regression testing.

Example app showing the easiest way to get started with visual testing and Percy.

See the PercyScript documentation for more info.

This app uses the demo TodoMVC app and takes snapshots of it while interacting with the todos.

To install dependencies, compile and run the Todo app:

$ npm install
$ open index.html

To run the PercyScript:

$ npm run snapshots

See snapshots.js file for the example script.