Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 658 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 658 Bytes

Sauce Labs Visual for Python

Sauce Labs Visual for Python exposes Sauce Labs Visual Testing for your Python project with Selenium.

Installation & Usage

View installation and usage instructions on the Sauce Docs website.

Building

pip is required to be able to build the Sauce Visual Python SDK. You can install the requirements for development using:

pip install -r requirements/dev.txt

After the requirements are installed, run the following command to build the Sauce Visual Python SDK:

python -m build

Running the tests

python -m pytest