fix(UI自动化): UI场景支持定时任务

--story=1010544 --user=张勇 【UI测试】UI场景支持定时任务 https://www.tapd.cn/55049933/s/1295007
This commit is contained in:
zhangyong 2022-11-14 18:56:35 +08:00 committed by zhangyongfit2cloud
parent b4b5676972
commit 59a5e4cd12
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ package io.metersphere.commons.constants;
public enum ScheduleGroup {
API_TEST, PERFORMANCE_TEST, API_SCENARIO_TEST, TEST_PLAN_TEST, SWAGGER_IMPORT, ISSUE_SYNC,
SCHEDULE_SEND_REPORT, CLEAN_UP_REPORT
SCHEDULE_SEND_REPORT, CLEAN_UP_REPORT, UI_SCENARIO_TEST
}