pytest-parallel icon indicating copy to clipboard operation
pytest-parallel copied to clipboard

Duplicated tests when running with allure-pytest

Open b0mbays opened this issue 2 years ago • 0 comments

Hi, I have managed to get pytest-parallel and allure-pytest to run after following this suggestion but now we're seeing duplicated test cases inside the report when running in parallel.

In the screenshot below, the left hand side shows the generated files from pytest after a parallel run (24 files) and the right hand side is a normal run (6 files). It seems to be duplicated by 4.

Screenshot 2022-09-27 at 12 43 29

Has anyone come across this issue before?

Thanks!

b0mbays avatar Sep 27 '22 11:09 b0mbays