fix(接口定义): 修复测试计划case列表页执行结果状态与接口定义case不一致的缺陷 (#18117)
--bug=1016846 --user=王孝刚 【接口测试】测试计划中接口CASE和接口定义中的CASE“执行结果”列表不一致 https://www.tapd.cn/55049933/s/1248260 Co-authored-by: wxg0103 <727495428@qq.com>
This commit is contained in:
parent
6afdaec535
commit
35276f0558
|
@ -117,7 +117,7 @@ export const REQUIRED = [
|
|||
|
||||
export const RESULT_MAP = new Map([
|
||||
['success', '通过'],
|
||||
['error', '未通过'],
|
||||
['error', '失败'],
|
||||
['default', '未执行'],
|
||||
['errorReportResult', '误报']
|
||||
]);
|
||||
|
|
Loading…
Reference in New Issue