omegafox/tests/setup-venv.sh
daijro 68216153f3 Add Playwright tests
Adds Playwright's async tests to ensure that functionality is not broken.
2024-11-03 06:14:39 -06:00

7 lines
187 B
Bash

#!/bin/bash
python3 -m venv venv
venv/bin/pip3 install -r local-requirements.txt
# Install Firefox as well (Playwright freaks out when it's missing)
venv/bin/playwright install firefox