refactor(测试用例): 修改测试用例关联测试的测试分类名称

This commit is contained in:
shiziyuan9527 2021-04-15 16:35:09 +08:00 committed by 刘瑞斌
parent 9f7905bf34
commit 18aba534ee
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ export const API_STATUS = [
]
export const TEST = [
{id: 'performance', name: '性能测试'},
{id: 'testcase', name: '测试用例'},
{id: 'testcase', name: '接口用例'},
{id: 'automation', name: '场景测试'}
]