Jason Lawrence
Jason Lawrence
I've encountered this issue due to sheer confusion. You have two parameters that create test runs, and two that update test runs. Unfortunately, plan_id has use cases for both: create...
There is a separate API call for adding a test run to a test plan (add_plan_entry): https://www.gurock.com/testrail/docs/api/reference/plans#addruntoplanentry Maybe `--tr-testrun-planentry-id` and `planentry_id` as values for creating the test run under a...
In my testing, plan_id and run_id are used for updating existing test_runs (run_id) or all test_runs within a plan (plan_id) We need something like a --tr-testrun-milestone and --tr-testrun-plan that will...
This is a duplicate issue of https://github.com/allankp/pytest-testrail/issues/91