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.htmlTo run the PercyScript:
$ npm run snapshotsSee snapshots.js file for the example script.