Name | Type | Description | Notes |
---|---|---|---|
workItemIdsForLinkWithAutoTest | Set<UUID> | Specifies the IDs of work items to link your autotest to. You can specify several IDs. | [optional] |
shouldCreateWorkItem | Boolean | Creates a test case linked to the autotest. | [optional] |
attributes | Map<String, Object> | Key value pair of custom work item attributes | [optional] |
externalId | String | External ID of the autotest | |
links | List<LinkPostModel> | Collection of the autotest links | [optional] |
projectId | UUID | Unique ID of the autotest project | |
name | String | Name of the autotest | |
namespace | String | Name of the autotest namespace | [optional] |
classname | String | Name of the autotest class | [optional] |
steps | List<AutoTestStepModel> | Collection of the autotest steps | [optional] |
setup | List<AutoTestStepModel> | Collection of the autotest setup steps | [optional] |
teardown | List<AutoTestStepModel> | Collection of the autotest teardown steps | [optional] |
title | String | Name of the autotest in autotest's card | [optional] |
description | String | Description of the autotest in autotest's card | [optional] |
labels | List<LabelPostModel> | Collection of the autotest labels | [optional] |
isFlaky | Boolean | Indicates if the autotest is marked as flaky | [optional] |
externalKey | String | External key of the autotest | [optional] |