Commit Graph
14 Commits
Author SHA1 Message Date
claude[bot]anddebugtalk a8f218ec25 fix: add skip statements to mobile-dependent tests
Added skip statements to all tests with //go:build localtest build tag that require physical mobile devices or external services. This prevents test failures in CI/CD environments where devices are not available.

Tests skipped:
- Android UI tests (require ADB device)
- iOS UI tests (require WDA device)
- HarmonyOS tests (require HDC device)
- AI service tests (require external LLM services)
- Upload tests (require external HTTP services)
- Device driver extension tests (require physical devices)

Total: 150+ test functions across 25 files now properly skip instead of fail.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: debugtalk <debugtalk@users.noreply.github.com>
2025-08-02 14:55:06 +00:00
余泓铮 8cbe3389f9 feat: 安装设置8min超时 2025-07-30 19:33:12 +08:00
lilong.129 3424844815 fix: improve package running check and enhance logging in UIA2Driver 2025-06-28 10:17:09 +08:00
lilong.129 81f29cdef5 refactor: replace OpenFile with Open 2025-05-07 16:40:39 +08:00
lilong.129 da5042f0a4 fix: potential file inclusion via variable 2025-04-28 21:09:39 +08:00
lilong.129 427cc1dab2 fix: potential file inclusion via variable 2025-04-28 19:59:21 +08:00
lilong.129 0d416e74a1 change: use context to contral ScreenRecord timeout or cancel 2025-03-06 22:16:49 +08:00
lilong.129 cc81c00a82 feat: add adb screen record 2025-03-06 16:57:51 +08:00
lilong.129 5b503a4394 feat: get androidsystemVersion with gadb 2025-03-06 13:28:04 +08:00
lilong.129 720e5fa504 fix: revert gadb device ScreenCap 2025-03-03 21:17:25 +08:00
余泓铮 ce683090c0 fix: 回滚install,由于基于push的安装存在磁盘泄漏 2025-02-25 17:53:41 +08:00
余泓铮 e139205a10 修复掉线仍然安装成功的问题 2025-02-24 12:02:04 +08:00
lilong.129 5d91b69603 feat: add PushImage/ClearImages in IDriver 2025-02-18 19:33:57 +08:00
lilong.129 1f063dd6f7 refactor: move hrp/ to root folder 2025-02-06 11:03:41 +08:00