Commit 2b2b8125 authored by Jan Kiene's avatar Jan Kiene
Browse files

log all output in junit xml reports

parent 6ee74fc2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
[pytest]
addopts = --tb=short -n auto -v
# Write captured system-out log messages to JUnit report.
junit_logging = system-out
junit_logging = all
# Do not capture log information for passing tests to JUnit report.
junit_log_passing_tests = False
junit_duration_report = call