Skip to content

Latest commit

 

History

History

visual-python

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