This repository contains end-to-end tests for Manage vaccinations in schools (Mavis).
You'll need Python and Poetry installed.
This project uses asdf
. Use can use the following to install the required
tools:
bin/asdf
bin/setup
cp .env.example .env
Edit the .env
file to set the username and password for the test environment.
bin/test
bin/lint
MIT.