Files
httprunner/examples/pytest.ini
2022-04-07 17:04:11 +08:00

7 lines
143 B
INI

[pytest]
addopts = -s
# https://docs.pytest.org/en/latest/how-to/output.html
junit_logging = all
junit_duration_report = total
log_cli = False