From c5e18b985f4c23a1dc4d035ce7f66625e9383d17 Mon Sep 17 00:00:00 2001 From: fanzhuxian <17826840660@139.com> Date: Wed, 23 Apr 2025 17:28:38 +0800 Subject: [PATCH] =?UTF-8?q?add=EF=BC=9AUI=E6=B5=8B=E8=AF=95-=E5=85=83?= =?UTF-8?q?=E7=B4=A0=E5=BA=93=EF=BC=8C=E8=87=AA=E5=8A=A8=E5=8C=96=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test-ui/src/api/uiTest/automationTest.js | 1 + test-ui/src/components/FolderPage/index.vue | 37 ++-- .../src/views/test/uiTest/automationTest.vue | 133 +++++++++++++ .../src/views/test/uiTest/elementLibrary.vue | 176 ++++++++++++++++++ test-ui/src/views/test/uiTest/testReport.vue | 24 +++ 5 files changed, 356 insertions(+), 15 deletions(-) create mode 100644 test-ui/src/api/uiTest/automationTest.js create mode 100644 test-ui/src/views/test/uiTest/automationTest.vue create mode 100644 test-ui/src/views/test/uiTest/elementLibrary.vue create mode 100644 test-ui/src/views/test/uiTest/testReport.vue diff --git a/test-ui/src/api/uiTest/automationTest.js b/test-ui/src/api/uiTest/automationTest.js new file mode 100644 index 0000000..fd4c4d1 --- /dev/null +++ b/test-ui/src/api/uiTest/automationTest.js @@ -0,0 +1 @@ +// diff --git a/test-ui/src/components/FolderPage/index.vue b/test-ui/src/components/FolderPage/index.vue index 4557f0c..360a3c3 100644 --- a/test-ui/src/components/FolderPage/index.vue +++ b/test-ui/src/components/FolderPage/index.vue @@ -2,41 +2,42 @@