Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 464 Bytes

File metadata and controls

33 lines (23 loc) · 464 Bytes

Setup

If you don't yet have a .venv directory (which will be the case on first checkout)

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
playwright install # Only needed if you need to use playwright for browser automation

Run Unit Tests

Run the entire unit test suite:

pytest

Run unit tests on change

ptw

Run the entire functional test suite:

behave