The Wayback Machine - https://web.archive.org/web/20201120013217/https://github.com/percy/python-percy-client
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

python-percy-client

Package Status Build Status

Python client library for visual regression testing with Percy.

Note: This SDK has been deprecated in favor of our new Python SDK (which matches the API of all our other SDKS): https://github.com/percy/percy-python-selenium

Usage

Docs here: https://percy.io/docs/clients/python/selenium

Contributing

Setup for development

$ sudo easy_install pip
$ pip install virtualenv
$ virtualenv env
$ source env/bin/activate
$ make develop

Development:

source env/bin/activate
make test
make tdd
You can’t perform that action at this time.