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

In parallel execution, it is creating multiple test run ids based number of workers you pass.

Open nshthshah opened this issue 3 years ago • 1 comments

Describe the bug In parallel execution, it is creating multiple test run ids based number of workers you pass.

To Reproduce Execute this command to run parallel execution. pytest --testrail -s -v -n=2

Expected behavior There should be a way to create single test run id for multiple workers.

nshthshah avatar Jul 30 '21 16:07 nshthshah

I am having the same issue. Any suggestion

JoeTang-BO avatar Sep 09 '22 17:09 JoeTang-BO