Applitools Python SDK core package stub. Can be uninstalled safely.


Keywords
python, python3, quality-assurance
License
Other
Install
pip install eyes-core==5.0.0

Documentation

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