Open tiborb opened 3 years ago
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 create a test run under a milestone or plan.
Or, the logic is broken and simply needs fixed.
This is a duplicate issue of https://github.com/allankp/pytest-testrail/issues/91
Test run is not added to configured plan in TestRail. Invalid test plan_ids are being ignored, valid test plan_ids result in no post at all.
To Reproduce Steps to reproduce the behavior:
python -m pytest <path_to_testfile.py> --testrail
Expected behavior Test is appears in testrail in specified testplan.
Env