CustomTestFieldDefinition interface

存储要更新的 customTestFields 详细信息的数据结构

属性

fieldId

创建时分配给自定义测试字段的 ID,在创建时应留空。

fieldName

自定义字段的名称不能超过 50 个字符(不允许使用空格、数字和特殊字符),并且在项目中必须是唯一的。 名称不区分大小写。

fieldType

customTestField 的数据类型。

scope

将设置 customTestField 的工件。

属性详细信息

fieldId

创建时分配给自定义测试字段的 ID,在创建时应留空。

fieldId: number

属性值

number

fieldName

自定义字段的名称不能超过 50 个字符(不允许使用空格、数字和特殊字符),并且在项目中必须是唯一的。 名称不区分大小写。

fieldName: string

属性值

string

fieldType

customTestField 的数据类型。

fieldType: CustomTestFieldType

属性值

scope

将设置 customTestField 的工件。

scope: CustomTestFieldScope

属性值