This is a little flask web app written in Python for the sake of demoing cypress end to end testing.
To start the web app:
python3 -m venv .venv
. .venv/bin/activate
pip install Flask
flask --app flaskr run
To launch the end to end tests:
npm install
nvm use
npm test