Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 847 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 847 Bytes

percy-assignment2

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.