pytest-testrail
pytest-testrail copied to clipboard
In parallel execution, it is creating multiple test run ids based number of workers you pass.
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.
I am having the same issue. Any suggestion