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.