Replies: 2 comments
-
Nobody implemented this so far |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for checking. |
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.
-
I am running pytest inside of Jenkins, and using the --junitxml option to view test results in Jenkins.
I would like to use Jenkins' 'Junit Realtime Test Reporter' (https://www.jenkins.io/doc/pipeline/steps/junit-realtime-test-reporter/) in place of junit, so I can monitor real time test progress from Jenkins. The output file from --junitxml is only created at the end of the test run.
Is there a configuration that forces pytest output to the --junitxml file on a test-by-test basis?
Beta Was this translation helpful? Give feedback.
All reactions