Update examples

This commit is contained in:
Mikhail Nestuley
2022-07-01 10:23:43 +03:00
parent 1ef0520d1e
commit 8e412fb6bc
9 changed files with 187 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
### Example of screenshot testing in python
How to:
1) Install python 3.6+
1) Install python 3.10+
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)
3) Run tests `pytest screenshot_tests/tests --alluredir=logs/allure-report`
4) Generate and open report: `allure serve logs/allure-report`