Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

applitools/eyes.sdk.python

Repository files navigation

Eyes.Sdk.Python

Applitools Eyes SDK For Python (Unified Repo)

Usage

Please check the applitools website for usage instructions:

Development

For smother development experience use make

make

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

To run unit tests locally

make unit_tests

Docs

Generate Robot Framework docs

make gen_robot_docs