Skip to content

AsiminaAth/eyes.sdk.python

 
 

Repository files navigation

Build Status Black Formatter

Eyes.Sdk.Python

Applitools Eyes SDK For Python (Unified Repo)

Usage

Please check the applitools website for usage instructions:

Development

For smother development experience install Invoke for task run first

pip install invoke
inv install-requirements  # install libs required for development
inv install-packages  # for installing all packages
inv install-packages  --core # install only core package, could be core|selenium]images
inv dist --core  # publish eyes_core to test.pypi.org
inv dist --core  -prod # publish eyes_core to pypi.org

Install pre-commit hook

Install pre-commit for check and format code before commit. For manage hooks you could use invoke:

# installing of git hooks
pre-commit install
# removing of git hooks
pre-commit uninstall

Testing

For local testing, for example, images sdk

::

inv install-packages --core --images tox -e images

About

Applitools Eyes Python SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 86.9%
  • JavaScript 13.1%