Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"create_test_run" method: cycle is created and is assigned to test plan, BUT test cases are not assigned to created test cycle #6

Open
dimit999 opened this issue Nov 8, 2020 · 0 comments

Comments

@dimit999
Copy link

dimit999 commented Nov 8, 2020

The issue connected with key and id for creating cycle: #5

but about "create_test_run" method:

resp data:
{'projectId': 11101, 'testPlanId': 165, 'name': 'Cycle: SMADM-08/11/2020 12:40:10', 'folderId': None, 'issueKey': None, 'items': [{'testCaseKey': 'SMADM-T36', 'environment': None, 'executedBy': 'dima', 'assignedTo': 'dima'}], 'plannedEndDate': '2020-11-08T12:40:10.915Z', 'plannedStartDate': '2020-11-08T12:40:10.915Z'}

after that - test plan is created from another method, test cycle is created and is linked to test plan BUT test cases 'SMADM-T36', is not assigned to test cycle

response from this method: {'testRunItems': [], 'id': 1620, 'key': 'SMADM-C64'}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant