fix(UI自动化): jenkins执行-测试报告列表触发方式缺少API调用
【【UI测试】jenkins执行-测试报告列表触发方式缺少API调用】https://www.tapd.cn/55049933/bugtrace/bugs/view?bug_id=1155049933001019437
This commit is contained in:
parent
9cdf24b47f
commit
864ad50413
|
@ -487,6 +487,7 @@ export const UI_TRIGGER_MODE = {
|
|||
{label: "commons.trigger_mode.manual", value: "MANUAL"},
|
||||
{label: "api_test.automation.batch_execute", value: 'BATCH'},
|
||||
{label: 'commons.trigger_mode.schedule', value: 'SCHEDULE'},
|
||||
{label: 'commons.trigger_mode.api', value: 'API'},
|
||||
],
|
||||
props: {
|
||||
multiple: true
|
||||
|
|
Loading…
Reference in New Issue