kevlened / pytest-parallel

A pytest plugin for parallel and concurrent testing
https://github.com/browsertron/pytest-parallel/issues/104#issuecomment-1293941066
MIT License
313 stars 59 forks source link

Duplicated tests when running with allure-pytest #116

Open b0mbays opened 1 year ago

b0mbays commented 1 year ago

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!