Skip to main content

Finish test item

PUT 

/v2/:projectName/item/:testItemId

Finish test item

Request

Path Parameters

    projectName stringrequired

    projectName

    testItemId stringrequired

    testItemId

Body

required

finishExecutionRQ

    attributes

    object[]

  • Array [

  • key string
    system boolean
    value string
  • ]

  • description string
    endTime date-timerequired

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • 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

OK

Schema

    message string
Loading...