ExportController
ConfigurationController
OAuthController
CrowdsourcingToReviewController

上传测试报告 /uploadReport 返回测试报告id

请求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

返回结果

{}

更新测试报告 /updateReport 只返回200或500

请求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

返回结果

{}

获取测试报告 /getReport

请求URL

/extra/getReport GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
report_id string 报告id

返回结果

{}

findPage

请求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"
}

/findByWorker 使用case_take_id 和 worker_id获取测试报告信息

请求URL

/extra/findByWorker GET

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
case_take_id string
worker_id string

返回结果

{}

获取测试用例列表 /getCaseList 返回报告下的所有用例信息

请求URL

/extra/getCaseList GET

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
report_id string 报告id

返回结果

{}

获取测试Bug列表 /getBugList 返回报告下的所有bug

请求URL

/extra/getBugList GET

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
report_id string 报告id
case_take_id string 用例-任务id

返回结果

{}

47.99.140.117:9001/Bug/api/extra/uploadExam

请求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{}

47.99.140.117:9001/Bug/api/extra/getExamList

请求URL

/extra/getExamList GET

返回结果

{}

/getExam 获取考试的操作类型信息

请求URL

/extra/getExam GET

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
id string 考试id

返回结果

{}

上传测试用例 /uploadTestCase

请求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

返回结果

{}

获取指定用例id的用例信息 /getTestCase

请求URL

/extra/getTestCase GET

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
id string

返回结果

{}

更新测试用例 /updateTestCase 返回200或500

请求URL

/extra/updateTestCase POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
id string 用例id
report_id string 报告id
name string 用例名称
front string 前置条件
behind string 测试步骤
description string 预期结果

返回结果

{}

updateTask

请求URL

/extra/updateTask POST

返回结果

{}

获取任务相关信息

请求URL

/extra/getTask GET

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
id string 任务ID

返回结果

{}

getTask

请求URL

/extra/reportsToReviewPaper GET POST

返回结果

string{}

getPageUrl

请求URL

/extra/pageUrl GET POST

返回结果

{}