Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 370 Bytes

Readme.md

File metadata and controls

15 lines (9 loc) · 370 Bytes

Intro

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.

Getting started

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