Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.28 KB

TestCaseCreate.md

File metadata and controls

30 lines (27 loc) · 1.28 KB

# TestCaseCreate

Properties

Name Type Description Notes
title string
description string [optional]
preconditions string [optional]
postconditions string [optional]
severity int [optional]
priority int [optional]
behavior int [optional]
type int [optional]
layer int [optional]
isFlaky int [optional]
authorId int [optional]
suiteId int [optional]
milestoneId int [optional]
automation int [optional]
status int [optional]
attachments string[] A list of Attachment hashes. [optional]
steps \Qase\APIClientV1\Model\TestStepCreate[] [optional]
tags string[] [optional]
params array<string,string[]> [optional]
customField array<string,string> A map of custom fields values (id => value) [optional]
createdAt string [optional]
updatedAt string [optional]

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