Replies: 1 comment
-
AS far as I understand, xunit2 style reports are not able to support the feature at all So unless something is missing it's never gonna happen |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i use the latest Pytest and want to set a test_id or test_key to link my tests with XRAY Jira. I found that i can use the record_property fixture.
When i use it i get the warning
record_property is incompatible with junit_family 'xunit2' (use 'legacy' or 'xunit1')
so my workaround is set to xunit1. I cant see informations in the docs that xunit2 is not supported. Will it be in the future or can i use another fixture/method to link test cases.
Beta Was this translation helpful? Give feedback.
All reactions