Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.64 KB

AutoTestPutModel.md

File metadata and controls

28 lines (20 loc) · 1.64 KB

AutoTestPutModel

Properties

Name Type Description Notes
id UUID Used for search autotest. If value is null or equals Guid mask filled with zeros, search will be executed using ExternalId [optional]
workItemIdsForLinkWithAutoTest Set<UUID> [optional]
externalId String External ID of the autotest
links List<LinkPutModel> 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]