refactor(测试用例): 修改测试用例关联测试的测试分类名称
This commit is contained in:
parent
9f7905bf34
commit
18aba534ee
|
@ -73,7 +73,7 @@ export const API_STATUS = [
|
|||
]
|
||||
export const TEST = [
|
||||
{id: 'performance', name: '性能测试'},
|
||||
{id: 'testcase', name: '测试用例'},
|
||||
{id: 'testcase', name: '接口用例'},
|
||||
{id: 'automation', name: '场景测试'}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue