From ed85f512a8b19ac31d64749f210133e11661009d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=9B=BD=E8=BE=89?= Date: Thu, 21 Aug 2025 09:10:07 +0000 Subject: [PATCH 1/6] =?UTF-8?q?Signed-off-by:=20=E9=BB=84=E5=9B=BD?= =?UTF-8?q?=E8=BE=89=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 黄国辉 --- config/framework_config.xml | 4 + .../arkts_tdd_execute/arkts_tdd_build.py | 235 ++++++++++++ .../arkts_tdd_report_generator.py | 91 +++++ src/core/arkts_tdd/toolchain_hypium_build.py | 334 ++++++++++++++++++ src/core/command/run.py | 58 ++- src/core/testcase/testcase_manager.py | 6 +- 6 files changed, 709 insertions(+), 19 deletions(-) create mode 100644 src/core/arkts_tdd/arkts_tdd_execute/arkts_tdd_build.py create mode 100644 src/core/arkts_tdd/artts_tdd_report/arkts_tdd_report_generator.py create mode 100644 src/core/arkts_tdd/toolchain_hypium_build.py diff --git a/config/framework_config.xml b/config/framework_config.xml index 98b6c3e..cf4876b 100644 --- a/config/framework_config.xml +++ b/config/framework_config.xml @@ -57,6 +57,9 @@