Closed
Description
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.
Thanks,
Mor