Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.19 KB

ResultCreate.md

File metadata and controls

22 lines (19 loc) · 1.19 KB

# ResultCreate

Properties

Name Type Description Notes
status string Can have the following values `passed`, `failed`, `blocked`, `skipped`, `invalid` + custom statuses
caseId int [optional]
case \Qase\APIClientV1\Model\ResultCreateCase [optional]
startTime int [optional]
time int [optional]
timeMs int [optional]
defect bool [optional]
attachments string[] [optional]
stacktrace string [optional]
comment string [optional]
param array<string,string> A map of parameters (name => value) [optional]
paramGroups string[][] List parameter groups by name only. Add their values in the 'param' field [optional]
steps \Qase\APIClientV1\Model\TestStepResultCreate[] [optional]
authorId int [optional]

[Back to Model list] [Back to API list] [Back to README]