8 lines
263 B
Markdown
8 lines
263 B
Markdown
### Example of screenshot testing in python
|
|
|
|
How to:
|
|
1) Install python 3.10+
|
|
2) Install deps `pip install requirements.txt`
|
|
3) Run tests `pytest screenshot_tests/tests --alluredir=logs/allure-report`
|
|
4) Generate and open report: `allure serve logs/allure-report`
|