add test execution for several testcases at the same time in 1 call
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023
03:24 PM
05-31-2023
03:24 PM
add test execution for several testcases at the same time in 1 call
Hi. is there a way to push several statuses to a execution of several test cases. In this case, the endpoint https://api.zephyrscale.smartbear.com/v2/testexecutions only accepts one test key in the payload like
{
"projectKey": "projectjey",
"testCaseKey": "example-T7",
"testCycleKey": "example-R8",
"statusName": "Pass"
}
I want to add statuses to several testcases that belongs to the cycle R8 but the endpoint does not allow to send it as an array of object example
I want to add statuses to several testcases that belongs to the cycle R8 but the endpoint does not allow to send it as an array of object example
[
{
"projectKey": "projectjey",
"testCaseKey": "example-T7",
"testCycleKey": "example-R8",
"statusName": "Pass"
},
{
"projectKey": "projectjey",
"testCaseKey": "example-T8",
"testCycleKey": "STMexampleM-R8",
"statusName": "Pass"
}
]
I dont want to use the JUNIT way to do it, because I want to have a internal logic to grab dynamically read the ids from playwright and then append it to the call to the exeecution
Labels:
- Labels:
-
Zephyr Scale (general)
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2023
12:13 AM
06-13-2023
12:13 AM
I see you've not had a reply. I'm unable to answer your question, but Smartbear will be able to help you if you contact them here: SmartBear Support
------------------------------------------
Please give kudos if I have helped or accept as solution if appropriate
Feel free to connect with me on LinkedIn: https://www.linkedin.com/in/andrew-barbet-548a234/
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2023
02:47 AM
07-05-2023
02:47 AM
Were you able to resolve this request?
------------------------------------------
Please give kudos if I have helped or accept as solution if appropriate
Feel free to connect with me on LinkedIn: https://www.linkedin.com/in/andrew-barbet-548a234/
