### Example of screenshot testing in python How to: 1) Install python 3.6+ 2) Install deps `pip install requirements.txt` 3) Run tests pytest screenshot_tests/tests --alluredir=report 4) Generate and open report with Allure CLI [link](https://docs.qameta.io/allure/#_commandline) or just open report from repo: `allure open allure-report`