fix(UI 自动化): UI测试导入逻辑优化(1.20同步上)
--story=1008230 --user=张大海 接口测试导入逻辑优化(1.20同步上) https://www.tapd.cn/55049933/s/1187212
This commit is contained in:
parent
fbfe2374f1
commit
04d7ef74be
|
@ -233,7 +233,7 @@ task_notification_jenkins=Jenkins Task notification
|
|||
task_notification=Result notification
|
||||
message_task_already_exists=Task recipient already exists
|
||||
#automation
|
||||
automation_name_already_exists=the scenario already exists in the project
|
||||
automation_name_already_exists=the scenario already exists in the module of the same project
|
||||
automation_exec_info=There are no test steps to execute
|
||||
delete_check_reference_by=be referenced by Scenario
|
||||
not_execute=Not execute
|
||||
|
@ -376,3 +376,4 @@ cmdExtractWindow=window extraction
|
|||
cmdExtractElement=element extraction
|
||||
tcp_mock_not_unique=This tcp port is be used
|
||||
no_tcp_mock_port=No idle tcp port, please contact administrators.
|
||||
name_already_exists_in_module=Name already exists in same module
|
|
@ -233,7 +233,7 @@ task_notification_jenkins=jenkins任务通知
|
|||
task_notification=任务通知
|
||||
message_task_already_exists=任务接收人已经存在
|
||||
#automation
|
||||
automation_name_already_exists=同一个项目下,场景名称不能重复
|
||||
automation_name_already_exists=同一个项目的同一模块下,场景名称不能重复
|
||||
automation_exec_info=没有测试步骤,无法执行
|
||||
delete_check_reference_by=被场景引用
|
||||
not_execute=未执行
|
||||
|
@ -375,3 +375,4 @@ cmdExtractWindow=提取窗口信息
|
|||
cmdExtractElement=提取元素信息
|
||||
tcp_mock_not_unique=该TCP端口号已被使用
|
||||
no_tcp_mock_port=无可用的TCP端口号,请联系管理员
|
||||
name_already_exists_in_module=同层级下已经存在
|
|
@ -232,7 +232,7 @@ task_notification_jenkins=jenkins任務通知
|
|||
task_notification=任務通知
|
||||
message_task_already_exists=任務接收人已經存在
|
||||
#automation
|
||||
automation_name_already_exists=同一個項目下,場景名稱不能重復
|
||||
automation_name_already_exists=同一個項目同一模塊下,場景名稱不能重復
|
||||
automation_exec_info=沒有測試步驟,無法執行
|
||||
delete_check_reference_by=被場景引用
|
||||
not_execute=未執行
|
||||
|
@ -374,3 +374,4 @@ cmdExtractWindow=提取窗口信息
|
|||
cmdExtractElement=提取元素信息
|
||||
tcp_mock_not_unique=該TCP端口號已被使用
|
||||
no_tcp_mock_port=無可用的TCP端口號,請聯繫管理員
|
||||
name_already_exists_in_module=同層級下已存在
|
Loading…
Reference in New Issue