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
It seems the pytest_runtest_logreport hook is not called for each phase if a previous phase failed. The break statement in the pytest_runtest_protocol implementation stops processing the rest of the reports.