Start a root test item
POST/v2/:projectName/item
Start a root test item
Request
Path Parameters
projectName stringrequired
projectName
- application/json
Body
required
startTestItemRQ
Array [
]
Array [
]
attributes
object[]
key string
system boolean
value string
codeRef string
description string
hasStats boolean
launchUuid stringrequired
UUID of parent launch
name stringrequired
parameters
object[]
key stringrequired
value string
retry boolean
retryOf string
startTime date-timerequired
testCaseId string
type stringrequired
Possible values: [SUITE
, STORY
, TEST
, SCENARIO
, STEP
, BEFORE_CLASS
, BEFORE_GROUPS
, BEFORE_METHOD
, BEFORE_SUITE
, BEFORE_TEST
, AFTER_CLASS
, AFTER_GROUPS
, AFTER_METHOD
, AFTER_SUITE
, AFTER_TEST
]
uniqueId string
Responses
- 201
Created
- */*
- Schema
- Example (from schema)
Schema
id string
{
"id": "string"
}
Loading...