Files
pytest-screenshots/readme.md
T
2020-12-01 23:41:11 +03:00

8 lines
281 B
Markdown

### 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)