5392fa46c2f96dd7c7dd0a060d1ed6fe9bcf58c1
Example of screenshot testing in python
How to:
- Install python 3.6+
- Install deps
pip install requirements.txt - Run tests pytest screenshot_tests/tests --alluredir=report
- Generate and open report with Allure CLI link
or just open report from repo: allure open allure-report
Description
Languages
Python
100%