请求URL
/extra/uploadReport
POST
请求参数 application/x-www-form-urlencoded
| 参数名 | 类型 | 必须 | 描述 |
|---|---|---|---|
| case_id | string | 是 | 用例id |
| task_id | string | 是 | 任务id |
| case_take_id | string | 是 | 用例-任务id |
| worker_id | string | 是 | 人员id |
| name | string | 是 | 报告名称 |
| device_model | string | 是 | 设备品牌 |
| device_brand | string | 是 | 设备名称 |
| device_os | string | 是 | 操作系统 |
| script_location | string | 否 | |
| report_location | string | 否 | |
| log_location | string | 否 |
返回结果
{}
请求URL
/extra/updateReport
POST
请求参数 application/x-www-form-urlencoded
| 参数名 | 类型 | 必须 | 描述 |
|---|---|---|---|
| report_id | string | 否 | 报告id |
| case_id | string | 否 | 用例id |
| task_id | string | 否 | 任务id |
| case_take_id | string | 否 | 用例-任务id |
| worker_id | string | 否 | 人员id |
| name | string | 否 | 报告名称 |
| device_model | string | 否 | 设备品牌 |
| device_brand | string | 否 | 设备名称 |
| device_os | string | 否 | 操作系统 |
| script_location | string | 否 | |
| report_location | string | 否 | |
| log_location | string | 否 |
返回结果
{}
请求URL
/extra/getReport
GET
POST
请求参数 application/x-www-form-urlencoded
| 参数名 | 类型 | 必须 | 描述 |
|---|---|---|---|
| report_id | string | 否 | 报告id |
返回结果
{}
请求URL
/extra/getPageVo
GET
POST
返回结果
{
"examId":"long",
"caseId":"long",
"examVO":{
"id":"long",
"caseId":"long",
"state":"int",
"caseTypeId":"int",
"beginTime":"date",
"endTime":"date"
},
"caseTypeId":"int //web:0 app:1",
"pageContent":"string"
}
请求URL
/extra/findByWorker
GET
请求参数 application/x-www-form-urlencoded
| 参数名 | 类型 | 必须 | 描述 |
|---|---|---|---|
| case_take_id | string | 否 | |
| worker_id | string | 否 |
返回结果
{}
请求URL
/extra/getCaseList
GET
请求参数 application/x-www-form-urlencoded
| 参数名 | 类型 | 必须 | 描述 |
|---|---|---|---|
| report_id | string | 否 | 报告id |
返回结果
{}
请求URL
/extra/getBugList
GET
请求参数 application/x-www-form-urlencoded
| 参数名 | 类型 | 必须 | 描述 |
|---|---|---|---|
| report_id | string | 否 | 报告id |
| case_take_id | string | 否 | 用例-任务id |
返回结果
{}
请求URL
/extra/uploadExam
POST
请求参数 application/x-www-form-urlencoded
| 参数名 | 类型 | 必须 | 描述 |
|---|---|---|---|
| file | file | 否 | 文件流 |
| case_id | string | 否 | 测试目标id |
| file_name | string | 否 | 上传excel的文件名 |
| paper_type | string | 否 | 试卷类型,即试卷的显示矩阵 |
| test_type | string | 否 | 测试分类,如工具 |
| description | string | 否 | 测试说明 |
| app_name | string | 否 | 测试目标的名称 |
返回结果
string{}
请求URL
/extra/uploadExamUrl
POST
请求参数 application/x-www-form-urlencoded
| 参数名 | 类型 | 必须 | 描述 |
|---|---|---|---|
| file | string | 否 | 文件oss的url |
| file_name | string | 否 | |
| paper_type | string | 否 | |
| case_id | string | 否 | |
| test_type | string | 否 | |
| description | string | 否 | |
| app_name | string | 否 | |
| collaborative_type | string | 否 |
返回结果
string{}
请求URL
/extra/getExam
GET
请求参数 application/x-www-form-urlencoded
| 参数名 | 类型 | 必须 | 描述 |
|---|---|---|---|
| id | string | 否 | 考试id |
返回结果
{}
请求URL
/extra/uploadTestCase
POST
请求参数 application/x-www-form-urlencoded
| 参数名 | 类型 | 必须 | 描述 |
|---|---|---|---|
| report_id | string | 否 | 报告id |
| name | string | 否 | 用例名称 |
| front | string | 否 | 前置条件 |
| behind | string | 否 | 测试步骤 |
| description | string | 否 | 预期结果 |
| if_execute | string | 否 | 是否执行 |
| if_bug | string | 否 | 是否是bug |
返回结果
{}
请求URL
/extra/getTestCase
GET
请求参数 application/x-www-form-urlencoded
| 参数名 | 类型 | 必须 | 描述 |
|---|---|---|---|
| id | string | 否 |
返回结果
{}
请求URL
/extra/updateTestCase
POST
请求参数 application/x-www-form-urlencoded
| 参数名 | 类型 | 必须 | 描述 |
|---|---|---|---|
| id | string | 否 | 用例id |
| report_id | string | 否 | 报告id |
| name | string | 否 | 用例名称 |
| front | string | 否 | 前置条件 |
| behind | string | 否 | 测试步骤 |
| description | string | 否 | 预期结果 |
返回结果
{}