Finish test item
PUT/v1/:projectName/item/:testItemId
Finish test item
Request
Path Parameters
projectName stringrequired
projectName
testItemId stringrequired
testItemId
- application/json
Body
required
finishExecutionRQ
Array [
]
Array [
]
attributes
object[]
key string
system boolean
value string
description string
endTime date-timerequired
issue
object
autoAnalyzed boolean
comment string
externalSystemIssues
object[]
btsProject string
btsUrl string
pluginName string
submitDate int64
ticketId string
url string
ignoreAnalyzer boolean
issueType stringrequired
launchUuid stringrequired
retry boolean
retryOf string
status string
Possible values: [PASSED
, FAILED
, STOPPED
, SKIPPED
, INTERRUPTED
, CANCELLED
, INFO
, WARN
]
testCaseId string
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
Loading...