Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 613 Bytes

File metadata and controls

49 lines (34 loc) · 613 Bytes

vc-auto-tests

Automated test suite for VC, built with Playwright and pytest.

Requirements

  • Python 3.13+
  • Git

Installation

1. Clone the repository

git clone <repo-url>
cd vc-auto-tests

2. Create and activate a virtual environment

Windows

python -m venv .venv
.venv\Scripts\activate

Linux / macOS

python3 -m venv .venv
source .venv/bin/activate

3. Install dependencies

pip install -e .

4. Install Playwright browsers

playwright install

Running Tests

pytest