feat: Implement new UI page objects and test scenarios, replacing older business logic files and updating core UI components.

This commit is contained in:
hangyu.tao 2026-03-25 15:55:57 +08:00
parent fec7cf7b6a
commit 5b7b55ec41

View File

@ -60,8 +60,8 @@ log_queues = {} # 实时日志队列无需持久化,仅用
PRODUCTS = {
"robogo": {
"name": "Robogo FAT",
"desc": "Robogo FAT 环境全链路 UI 巡检 (文件管理/开发机/云桌面)",
"name": "Robogo",
"desc": "Robogo PROD环境全链路 UI 巡检 (文件管理/开发机/云桌面)",
"icon": "🤖",
"entry": "run_ui_tests.py"
},