allankp / pytest-testrail

pytest plugin for integration with TestRail, for creating testruns and updating results
MIT License
95 stars 125 forks source link

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

Open nshthshah opened 3 years ago

nshthshah commented 3 years ago

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.

JoeTang-BO commented 2 years ago

I am having the same issue. Any suggestion