feat: Execute zone - Playwright PC Web + Appium mobile + AI screenshot diff + test conclusion reports
- Add 3 new agents: web-executor, mobile-executor, result-reporter - web-executor: Playwright multi-browser (Chromium/Firefox/WebKit) automated scripts - mobile-executor: Appium dual-platform (Android/iOS) automated scripts - result-reporter: pixel-level AI visual comparison + test conclusion report with screenshots - Auto-generate executable Python test scripts from Markdown test cases - Screenshot strategies: on-failure (default) + on-step (optional) - Visual diff grading: <1% pass / 1-5% minor / 5-15% UI_DIFF / >15% blocker - Failure multi-classification: REAL_BUG/UI_DIFF/ENV_ISSUE/DATA_ISSUE/CASE_BUG/SCRIPT_ERROR - requirements.txt: add playwright + Pillow - Fleet now: 17 agents across 6 battle zones
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
openpyxl>=3.1,<4
|
||||
python-docx>=0.8.11,<2
|
||||
pyantiword
|
||||
# ── Execute 战区依赖 ──
|
||||
playwright>=1.40
|
||||
Pillow>=10.0 # 截图像素对比 (result-reporter Agent)
|
||||
# Appium-Python-Client>=3.0 # 取消注释以启用移动端自动化
|
||||
|
||||
Reference in New Issue
Block a user