Update examples
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user