You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some Pytest-HTML tests were failing since October and I realised that it was mainly because of that specific line:
test_index = hasattr(report, 'rerun') and report.rerun + 1 or 0
The problem is that until version 4.1, the report had a rerun attribute, but for some reason it was taken off in version 4.2. I wish that it could come back.
The text was updated successfully, but these errors were encountered:
Some Pytest-HTML tests were failing since October and I realised that it was mainly because of that specific line:
test_index = hasattr(report, 'rerun') and report.rerun + 1 or 0
The problem is that until version 4.1, the report had a rerun attribute, but for some reason it was taken off in version 4.2. I wish that it could come back.
The text was updated successfully, but these errors were encountered: