This is a demo application used to showcase a way of testing web sites that is really fast.
The application under test is a simple to do list.
After cloning this repo, run npm install.
The project contains an example of an integration test. While not ideal you need to start the server for this to pass.
npm start
and then
npm test