IMeeme
3 years agoNew Contributor
Upload test execution results in Bulk zephyr scale api
Hello,
I am trying to use the `/testexecutions` endpoint to upload test results in bulk but am getting an invalid payload error. Here is a sample pay load
[
{
"projectKey": "S22",
"statusName": "Fail",
"testCaseKey": "S22-T491",
"testCycleKey": "S22-R5",
"comment": "Test failed user could not login"
},
{
"projectKey": "S22",
"statusName": "Pass",
"testCaseKey": "S22-T455",
"testCycleKey": "S22-R5",
"comment": "Test user could login"
}
]
Thanks HKosova! I have raised a ticket https://github.com/swagger-api/swagger-codegen/issues/10400