Add more test runs to a result (simple version)
Add more test runs to a result (simple version)
Path Parameters
id uuid required
The ID of the test result
application/json
Request Body required
- Array [
- ]
testRuns object[]
id uuid nullable
The ID of the test run
caseId uuid required
The ID of the test case
inputs object required
The input data for the test case
property name* any
The input data for the test case
outputs object
The returned outputs for the test case
property name* any
The returned outputs for the test case
Responses
- 200
- 400
- 404
- 500
Test runs added successfully
application/json
application/json; charset=utf-8
Schema
Example (from schema)
Schema
resultId uuid required
{ "resultId": "3fa85f64-5717-4562-b3fc-2c963f66afa6" }
Schema
Example (from schema)
Schema
resultId uuid required
{ "resultId": "3fa85f64-5717-4562-b3fc-2c963f66afa6" }
Bad request
Test result not found
Internal server error
Loading...