Example app demonstrating Percy's Cypress integration, used in Percy's Cypress tutorial.
Based on the TodoMVC Vanilla-ES6 app, forked at commit c78ae12a1834a11da6236c64a0c0fb06b20b7c51.
To install dependencies, compile and run the Todo app:
$ npm install
$ open index.html
To run the tests:
$ npm run test