文档
测试

开始测试

POST
/start_test

接口描述

根据选择的sheet 执行测试,将log日志实时打印?

请求参数

参数名
类型
描述
必填
test_id
str
根据test_id读取测试集内容
必填

请求体

参数名
类型
描述
必填
sheet_names
list
空列表即为全部测试,["a"] 即为指定测试sheet
必填

响应参数

参数名
类型
描述
必填
code
int
0: 测试完成,成功,1: 测试失败
必填
msg
str
对应上述信息
必填
test_content_id
uuid
测试id,用来获取结果
必填