Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.27 KB

TestRunFillByAutoTestsPostModel.md

File metadata and controls

16 lines (13 loc) · 1.27 KB

TestRunFillByAutoTestsPostModel

Properties

Name Type Description Notes
projectId UUID Specifies the GUID of the project, in which a test run will be created. [default to null]
name String Specifies the name of the test run. [optional] [default to null]
configurationIds List Specifies the configuration GUIDs, from which test points are created. You can specify several GUIDs. [default to null]
autoTestExternalIds List Specifies the external ID of the autotest. You can specify several IDs. [default to null]
description String Specifies the test run description. [optional] [default to null]
launchSource String Specifies the test run launch source. [optional] [default to null]
attachments List Collection of attachment ids 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]