pytest-html icon indicating copy to clipboard operation
pytest-html copied to clipboard

use --show-capture as filter

Open swbchangle opened this issue 4 years ago • 0 comments

use --show-capture the same way as in _pytest.terminal module.

This is related to issue #171. --show-capture=no|stdout|stderr|log|all can be used to control which captured log goes into html file. --show-capture=no disables all captured logs. For failed tests, longrepr is always included in html, even if --show-capture=no

swbchangle avatar Mar 16 '21 20:03 swbchangle