If you don't yet have a .venv directory (which will be the case on first checkout)
python3 -m venv .venvsource .venv/bin/activate
pip install -r requirements.txt
playwright install # Only needed if you need to use playwright for browser automationRun the entire unit test suite:
pytestRun unit tests on change
ptwRun the entire functional test suite:
behave