8 lines
281 B
Markdown
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)
|