Files
httprunner/internal/scaffold/templates/pytest.ini
2025-02-06 11:03:41 +08:00

6 lines
142 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