Cypress

Used for website testing. Cypress in a nutshell

Tutorial

Follow the Add a test tutorial on Cypress.

Check it out by running:

npm run start

It will run both cypress and the app. If you want just the web app:

npm run app

Set up a simple web app

For that I used express which is a node web server. You can follow this tutorial to get started.

Tips