pytest-html
pytest-html copied to clipboard
Add expand_logs ini option
Motivation
In #721 expander for logs was added. Is some cases it is more convenient to expand all logs by default, e.g., if you have several tests with long logs and you need to find something.
Solution
I added ini option "expand_logs". If it is set to True, so all logs will be expanded by default.
Changes
@BeyondEvil hello! Can you review this change, please?