v1

latestOpenAPI 3.0.0Apache 2.02026-07-2483101116.9 KB
results

Create test run result

This method allows to create test run result by Run Id.

post/result/{code}/{id}

Path parameters

codestring required

Code of project, where to search entities.

idinteger required

Identifier.

Request body

case_idinteger
statusstring required

Can have the following values passed, failed, blocked, skipped, invalid + custom statuses

start_timeinteger nullable
timeinteger nullable
time_msinteger nullable
defectboolean nullable
attachmentsstring[] nullable
stacktracestring nullable
commentstring nullable
paramobject nullable

A map of parameters (name => value)

author_idinteger nullable

Response

A result.

statusboolean