feat: 安徽运八需求全流水线输出同步 + 知识库/agents/资源文件更新
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""
|
||||
Agentic QE Fleet — Appium 移动端自动化测试脚本
|
||||
需求: 安徽运八需求
|
||||
生成时间: 2026-07-13T01:33:01.578523+00:00
|
||||
生成时间: 2026-07-14T03:40:32.593268+00:00
|
||||
目标平台: android, ios
|
||||
对应测试用例: E:\test\QaAutomationHub\output\test_cases\安徽运八需求_测试用例.md
|
||||
"""
|
||||
@@ -31,8 +31,8 @@ ANDROID_CAPS = {
|
||||
"platformName": "Android",
|
||||
"automationName": "UiAutomator2",
|
||||
"deviceName": "Android Emulator",
|
||||
"appPackage": "com.arpa.ynchenggangdriver", # ⚠️ 修改为实际包名
|
||||
"appActivity": "com.arpa.ntocc.MainActivity", # ⚠️ 修改为实际 Activity
|
||||
"appPackage": "com.example.app", # ⚠️ 修改为实际包名
|
||||
"appActivity": ".MainActivity", # ⚠️ 修改为实际 Activity
|
||||
"noReset": True,
|
||||
"newCommandTimeout": 120,
|
||||
}
|
||||
@@ -71,6 +71,27 @@ def run_android_test():
|
||||
print("✅ Android 设备已连接")
|
||||
|
||||
# ── 自动生成测试步骤 ──
|
||||
# [P0] AH_REPORT_DASH_001: 验证看板按完整运单号精确搜索运单
|
||||
# driver.save_screenshot(screenshot_path('AH_REPORT_DASH_001', 'android'))
|
||||
|
||||
# [P0] AH_REPORT_DASH_002: 验证看板按运单号模糊搜索匹配多条记录
|
||||
# driver.save_screenshot(screenshot_path('AH_REPORT_DASH_002', 'android'))
|
||||
|
||||
# [P1] AH_REPORT_DASH_003: 验证看板按不存在的单号搜索显示空结果
|
||||
# driver.save_screenshot(screenshot_path('AH_REPORT_DASH_003', 'android'))
|
||||
|
||||
# [P1] AH_REPORT_DASH_004: 验证看板按"第一次上报"阶段筛选运单
|
||||
# driver.save_screenshot(screenshot_path('AH_REPORT_DASH_004', 'android'))
|
||||
|
||||
# [P1] AH_REPORT_DASH_005: 验证看板按"异常"核验状态筛选运单
|
||||
# driver.save_screenshot(screenshot_path('AH_REPORT_DASH_005', 'android'))
|
||||
|
||||
# [P1] AH_REPORT_DASH_006: 验证看板按"申诉中"申诉状态筛选运单
|
||||
# driver.save_screenshot(screenshot_path('AH_REPORT_DASH_006', 'android'))
|
||||
|
||||
# [P1] AH_REPORT_DASH_007: 验证看板组合筛选—第二次上报+异常+申诉中+运单号模糊搜索
|
||||
# driver.save_screenshot(screenshot_path('AH_REPORT_DASH_007', 'android'))
|
||||
|
||||
results["passed"] += 1
|
||||
|
||||
except Exception as exc:
|
||||
|
||||
Reference in New Issue
Block a user