Add more test runs to a result
Add more test runs to a result
Path Parameters
The ID of the test result
Request Body required
- Array [
- url
- string
- boolean
- Array [
- url
- string
- boolean
- ]
- ]
testRuns object[]
The ID of the test run
The ID of the test case. Mutually exclusive with 'name' and 'inputs'.
The name of the test run. Used with 'inputs' and mutually exclusive with 'caseId'.
inputs object
The input data for the test run. Used with 'name' and mutually exclusive with 'caseId'.
The input data for the test run. Used with 'name' and mutually exclusive with 'caseId'.
metadata object nullable
property name* MetadataValueObject nullable
Possible values: [url
]
Possible values: [string
]
Possible values: [boolean
]
Possible values: [url
]
Possible values: [string
]
Possible values: [boolean
]
stepRuns object[] required
modelParams object required
inputs object required
outputs object required
context object
render object
metadata object nullable
property name* MetadataValueObject nullable
Possible values: [url
]
Possible values: [string
]
Possible values: [boolean
]
Possible values: [url
]
Possible values: [string
]
Possible values: [boolean
]
- 200
- 400
- 404
- 500
Test runs added successfully
Schema
{ "resultId": "3fa85f64-5717-4562-b3fc-2c963f66afa6" }
Schema
{ "resultId": "3fa85f64-5717-4562-b3fc-2c963f66afa6" }
Bad request.
Test result not found.
Internal server error