Skip to content

Don't include any captured stdout/stderr/log output to the report #171

Closed
@bigunyak

Description

@bigunyak

Hi,
To reduce report file size, I'm trying to exclude any captured stdout/stderr/log output.
I'm running tests with the following command:

pytest --html=report.html --self-contained-html --capture=no --show-capture=no tests/

With this I still get the Captured log call section for every test no matter if it pass or not.
So the question, how to not include any captured output to the report?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions