Sauce Labs Visual for Python exposes Sauce Labs Visual Testing for your Python project with Selenium.
View installation and usage instructions on the Sauce Docs website.
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
python -m pytest