From e5dc3bab0589541104edb20f48993843f2faf237 Mon Sep 17 00:00:00 2001 From: guocan Date: Wed, 28 May 2025 18:02:10 +0800 Subject: [PATCH] =?UTF-8?q?ui=E8=87=AA=E5=8A=A8=E5=8C=96=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=9B=9E=E5=88=B0=E5=88=97=E8=A1=A8=E4=B8=8D=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test-ui/src/router/index.js | 14 +- .../src/views/test/uiTest/advancedSetting.vue | 301 ++++++++++++------ .../src/views/test/uiTest/automationTest.vue | 121 +++---- 3 files changed, 284 insertions(+), 152 deletions(-) diff --git a/test-ui/src/router/index.js b/test-ui/src/router/index.js index 2fd72ea..f366b13 100644 --- a/test-ui/src/router/index.js +++ b/test-ui/src/router/index.js @@ -223,11 +223,23 @@ export const constantRoutes = [ path: '', component: () => import('@/views/test/uiTest/editScene'), name: 'EditScene', - noCache: true, meta: { title: '编辑场景', activeMenu: '/ui-test' } } ] }, + { + path: '/ui-test/automation-test', + component: Layout, + hidden: true, + children: [ + { + path: '', + component: () => import('@/views/test/uiTest/automationTest'), + name: 'AutomationTestView', + meta: { title: 'UI自动化测试', activeMenu: '/ui-test' } + } + ] + }, { path: '/testplan/overview', component: Layout, diff --git a/test-ui/src/views/test/uiTest/advancedSetting.vue b/test-ui/src/views/test/uiTest/advancedSetting.vue index b9faf26..2224cba 100644 --- a/test-ui/src/views/test/uiTest/advancedSetting.vue +++ b/test-ui/src/views/test/uiTest/advancedSetting.vue @@ -79,7 +79,7 @@
- +