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
Hi there,
We have adopted pytest-html to view our tests.
However, when a test fails it open the html file in a way we can't read it (it prints out the entire stacktrace + logs we are writing during the test).
It would be appropriate if we can pass down a value to close the html details of a failed/errored test and not opening it by default.