-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Milestone
Description
How to reproduce:
- have existing run in testrail with already added testcase ids before
- can read current tests list using tr.api.tests(run['id']). It works fine.
- updated this run with new testcase ids using tr.api.update_run(config),
where config['case_ids'] includes old and new testcases ids - testrail UI shows new testcases were added correctly
- trying to get updated list of tests for this run using tr.api.tests(run['id'])
It returns the same tests list as in step 2
Metadata
Metadata
Assignees
Labels
No labels