Automated test suite for VC, built with Playwright and pytest.
- Python 3.13+
- Git
git clone <repo-url>
cd vc-auto-testsWindows
python -m venv .venv
.venv\Scripts\activateLinux / macOS
python3 -m venv .venv
source .venv/bin/activatepip install -e .playwright installpytest