Files
pytest-screenshots/readme.md
Mikhail Nestuley 8e412fb6bc Update examples
2022-07-04 14:04:42 +03:00

263 B

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