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
The pytest-rerunfailures plugin automatically reruns failed tests. We should include the reruns in the HTML report, including any debug information. This can help to identify if persistent failures are failing in a consistent manner. Each rerun should have its own row similar to failure but the status should be orange. The total number of reruns should be reported in the summary. Note that due to pytest-dev/pytest#1193, if pytest-xdist is used, reruns will not be included in the report.
The text was updated successfully, but these errors were encountered:
The pytest-rerunfailures plugin automatically reruns failed tests. We should include the reruns in the HTML report, including any debug information. This can help to identify if persistent failures are failing in a consistent manner. Each rerun should have its own row similar to failure but the status should be orange. The total number of reruns should be reported in the summary. Note that due to pytest-dev/pytest#1193, if pytest-xdist is used, reruns will not be included in the report.
The text was updated successfully, but these errors were encountered: