58 lines
1.2 KiB
YAML
58 lines
1.2 KiB
YAML
---
|
|
title: 测试套件数据定义
|
|
desc: 用于 importDataOfUnitResult 方法的测试套件数据
|
|
author: claude
|
|
version: 1.0
|
|
|
|
fields:
|
|
- field: id
|
|
note: 套件ID
|
|
range: 1-10
|
|
prefix: ""
|
|
postfix: ""
|
|
loop: 0
|
|
format: ""
|
|
- field: project
|
|
note: 项目ID
|
|
range: 1-5
|
|
format: ""
|
|
- field: product
|
|
note: 产品ID
|
|
range: 1-3
|
|
format: ""
|
|
- field: name
|
|
note: 套件名称
|
|
range: UnitTestSuite{5}, FuncTestSuite{3}, ApiTestSuite{2}
|
|
format: ""
|
|
- field: desc
|
|
note: 套件描述
|
|
range: "Unit test suite for testing{5}, Functional test suite{3}, API test suite{2}"
|
|
format: ""
|
|
- field: type
|
|
note: 套件类型
|
|
range: unit{5}, func{3}, api{2}
|
|
format: ""
|
|
- field: order
|
|
note: 排序
|
|
range: 1-10
|
|
format: ""
|
|
- field: addedBy
|
|
note: 添加者
|
|
range: admin{6}, user1{2}, user2{2}
|
|
format: ""
|
|
- field: addedDate
|
|
note: 添加时间
|
|
range: "2023-01-01 00:00:00"-"2023-12-31 23:59:59":30D
|
|
format: YYYY-MM-DD hh:mm:ss
|
|
- field: lastEditedBy
|
|
note: 最后编辑者
|
|
range: admin{6}, user1{2}, user2{2}
|
|
format: ""
|
|
- field: lastEditedDate
|
|
note: 最后编辑时间
|
|
range: "2023-01-01 00:00:00"-"2023-12-31 23:59:59":30D
|
|
format: YYYY-MM-DD hh:mm:ss
|
|
- field: deleted
|
|
note: 是否删除
|
|
range: "0"{9}, "1"{1}
|
|
format: "" |