Skip to content

VirtoCommerce/vc-testing-module

Repository files navigation

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

About

Enterprise-grade test automation framework designed to ensure the quality, reliability, and performance of VirtoCommerce platform components. Built on Playwright and Python, this framework provides robust end-to-end testing capabilities for both API and UI layers of the VirtoCommerce ecosystem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors