Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Latest commit

 

History

History
45 lines (29 loc) · 638 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 638 Bytes

Manage vaccinations in schools (Mavis) - End-to-end testing

This repository contains end-to-end tests for Manage vaccinations in schools (Mavis).

Getting started

You'll need Python and Poetry installed.

This project uses asdf. Use can use the following to install the required tools:

bin/asdf

Installing dependencies

bin/setup

Configure environment variables

cp .env.example .env

Edit the .env file to set the username and password for the test environment.

Running the tests

bin/test

Running the linters

bin/lint

Licence

MIT.