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