I see that when pytest xdist plugin is used to run tests on jenkins, the test results are printed on the jenkins console only after all the tests finish executing.
Until all the tests finish, all i see is a spinner.
Where as when run the tests on jenkins without using the xdist plugin, the results are printed in real time, as and when a test is passed/failed.
Is there a way to get the test results in real time when xdist plugin is used?