Files
pytest-screenshots/readme.md
2019-09-22 21:26:13 +03:00

341 B

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

or just open report from repo: allure open allure-report