mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
🧪 Use xunit1 in pytest by default (#15524)
This format is contains file paths unlike the newer implementation.
This commit is contained in:
committed by
GitHub
parent
2ca5fcae2f
commit
9fbbe3cba0
@@ -11,4 +11,11 @@ markers =
|
|||||||
activity_stream_access:
|
activity_stream_access:
|
||||||
job_runtime_vars:
|
job_runtime_vars:
|
||||||
fixture_args:
|
fixture_args:
|
||||||
junit_family=xunit2
|
|
||||||
|
# https://docs.pytest.org/en/stable/usage.html#creating-junitxml-format-files
|
||||||
|
junit_duration_report = call
|
||||||
|
# xunit1 contains more metadata than xunit2 so it's better for CI UIs:
|
||||||
|
junit_family = xunit1
|
||||||
|
junit_logging = all
|
||||||
|
junit_log_passing_tests = true
|
||||||
|
junit_suite_name = awx_test_suite
|
||||||
|
|||||||
Reference in New Issue
Block a user