Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.46 KB

File metadata and controls

20 lines (15 loc) · 1.46 KB

CreateAndFillByAutoTestsRequest

Properties

Name Type Description Notes
project_id str Specifies the GUID of the project, in which a test run will be created.
configuration_ids [str] Specifies the configuration GUIDs, from which test points are created. You can specify several GUIDs.
auto_test_external_ids [str] Specifies the external ID of the autotest. You can specify several IDs.
name str, none_type Specifies the name of the test run. [optional]
description str, none_type Specifies the test run description. [optional]
launch_source str, none_type Specifies the test run launch source. [optional]
attachments [AssignAttachmentApiModel], none_type Collection of attachment ids to relate to the test run [optional]
links [CreateLinkApiModel], none_type Collection of links to relate to the test run [optional]
tags [str], none_type Collection of tags to assign to the test run [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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