Closed
Description
Deps:
- pytest==6.1.2
- pytest-rerunfailures==9.1.1
- pytest-selenium==2.0.1
- pytest-html==2.1.1/3.0.0
After updating pytest-html
to 3.0.0
version in project requirements I got unexpected extras from test reruns
in html report. Actually all extras from test reruns (logs/links/duration/screenshots) also applied to final test with failed/passed result.
Ver 3.0.0
Ver 2.1.1
Ver 2.1.1 had a bug with missing screenshots, but other data correct. So my opinion that something was broken since ver 3.0.0