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
lilong.129 e107389d6e refactor: move uixt pkg 2025-03-05 11:04:02 +08:00
lilong.129 194b61718f refactor: rename options pkg to option 2025-02-06 17:50:09 +08:00
lilong.129 0accec04a9 refactor: move action options to pkg/uixt/options/action 2025-02-06 16:42:16 +08:00
lilong.129 14c81ea142 refactor: move ios options to pkg/uixt/options 2025-02-06 14:57:11 +08:00
lilong.129 1f063dd6f7 refactor: move hrp/ to root folder 2025-02-06 11:03:41 +08:00
lilong.129 63a02fe121 upgrade hrp version to v5 2025-02-05 21:18:54 +08:00
lilong.129 7fec81f313 Merge branch 'master' into swipe-random 2023-09-19 18:27:46 +08:00
lilong.129 f3e5f3ac85 feat: add hrp.Run wrapper 2023-06-06 20:38:43 +08:00
lilong.129 37a984c243 fix: swipe to find texts 2023-04-28 13:14:30 +08:00
debugtalk 94b17a97c9 refactor: move uixt API 2022-12-13 23:43:39 +08:00
debugtalk c59a0c45b9 refactor: merge ios and android style 2022-10-12 22:38:52 +08:00
xucong.053 a697623ae2 fix: unittext 2022-10-11 16:09:21 +08:00
xucong.053 2815d67331 feat: tap the first one matches text from given texts by ocr 2022-10-11 15:09:16 +08:00