04eb8bc4a829a6574552d08aa79fc30730bcaca6
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/6.1.0...6.2.0) Signed-off-by: dependabot[bot] <support@github.com>
Example of screenshot testing in python
How to:
- Install python 3.6+
- Install deps
pip install requirements.txt - Run tests pytest screenshot_tests/tests --alluredir=report
- Generate and open report with Allure CLI link
or just open report from repo: allure open allure-report
Description
Languages
Python
100%