You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I configure retries using pytest --reruns 2 --junitxml report.junit.xml the properties set with record_testsuite_property are ignored and don't show up in my report.
The text was updated successfully, but these errors were encountered:
I need to generate a JUnit report from my test runs.
I've setup a
autouse
fixture, that enhances the report with the current version of my test suite usingrecord_testsuite_property
:I run
pytest --junitxml report.junit.xml
and the resulting report would look something like this:If I configure retries using
pytest --reruns 2 --junitxml report.junit.xml
the properties set withrecord_testsuite_property
are ignored and don't show up in my report.The text was updated successfully, but these errors were encountered: