ONES TestCase Item API
危险
ONES API 已废弃。请使用Open API。
TestCaseItem
library
属性名 | 属性名说明 | 属性类型 |
---|---|---|
key | key | string |
uuid | uuid | string |
name | 用例库名字 | string |
isPin | 是否置顶 | bool |
namePinyin | 名字拼音 | string |
createTime | 创建时间(时间戳) | int64 |
members | 用户域 | userdomain |
testcaseFieldConfig | 属性配置 | TestCaseFieldConfig |
module
属性名 | 属性名说明 | 属性类型 |
---|---|---|
key | key | string |
uuid | uuid | string |
name | 用例库名字 | string |
path | 路径 | string |
namePinyin | 名字拼音 | string |
createTime | 创建时间(时间戳) | int64 |
isDefault | 是否是无所属模块 | bool |
position | position | int64 |
parent | 父节点 | TestCaseModule |
testcaseLibrary | 用例库 | TestCaseLibrary |
case
属性名 | 属性名说明 | 属性类型 |
---|---|---|
key | key | string |
uuid | uuid | string |
name | 用例库名字 | string |
path | 路径 | string |
namePinyin | 名字拼音 | string |
createTime | 创建时间(时间戳) | int64 |
isDefault | 是否是无所属模块 | bool |
position | position | int64 |
parent | 父节点 | TestCaseModule |
testcaseLibrary | 用例库 | TestCaseLibrary |
plan
属性名 | 属性名说明 | 属性类型 |
---|---|---|
key | key | string |
uuid | uuid | string |
name | 用例库名字 | string |
owner | 创建人 | User |
namePinyin | 名字拼音 | string |
createTime | 创建时间(时间戳) | int64 |
stage | 测试阶段 | string |
planStatus | 测试计划状态 | string |
members |