I\'m using Selenium with PYTEST to test a site. I would like to take a screenshot of the page whenever a test fails (and only when it fails).
Is there a way that I can
It can be done, not directly though. I just added added an example to the docs. It probably makes sense to makes this easier by default, i.e. without requiring the use of a conftest.py hook. If you agree, please file an issue.