Skip to content

updated run returns old tests #74

@ghost

Description

How to reproduce:

  1. have existing run in testrail with already added testcase ids before
  2. can read current tests list using tr.api.tests(run['id']). It works fine.
  3. updated this run with new testcase ids using tr.api.update_run(config),
    where config['case_ids'] includes old and new testcases ids
  4. testrail UI shows new testcases were added correctly
  5. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions