Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 976 Bytes

CreateEmptyTestRunApiModel.md

File metadata and controls

14 lines (11 loc) · 976 Bytes

CreateEmptyTestRunApiModel

Properties

Name Type Description Notes
projectId UUID Project unique identifier This property is to link test run with a project [default to null]
name String Test run name [optional] [default to null]
description String Test run description [optional] [default to null]
launchSource String Test run launch source [optional] [default to null]
attachments List Collection of attachments to relate to the test run [optional] [default to null]
links List Collection of links to relate to the test run [optional] [default to null]

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