Applitools Eyes SDK For Python (Unified Repo)
Please check the applitools website for usage instructions:
- Selenium Python example: https://applitools.com/tutorials/selenium-python.html
- Python Appium native example: https://applitools.com/tutorials/appium-native-python.html
- Python Appium web example: https://applitools.com/tutorials/appium-web-python.html
- Python Image SDK example: https://applitools.com/tutorials/screenshots-python.html
- Python Robot Framework SDK example: https://github.com/applitools/robotframework-quickstart
For smother development experience use make
make
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
To run unit tests locally
make unit_tests
Generate Robot Framework docs
make gen_robot_docs