Commit Graph
15 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 0e9389c796 refactor: NewXTDriver api, return error if init failed 2025-04-30 14:31:36 +08:00
lilong.129 e107389d6e refactor: move uixt pkg 2025-03-05 11:04:02 +08:00
lilong.129 3b450ce97f refactor: merge swipe methods 2025-02-11 21:06:00 +08:00
lilong.129 792d3ae9bc change: remove unused tap methods 2025-02-11 17:49:24 +08:00
lilong.129 0839ef5bd6 refactor: IDriver 2025-02-11 17:08:25 +08:00
lilong.129 72f7b77bc8 refactor: XTDriver 2025-02-11 15:34:51 +08:00
lilong.129 c097461987 refactor: XTDriver 2025-02-11 11:48:36 +08:00
lilong.129 3038fb7430 fix: errors 2025-02-09 10:51:03 +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 8a78ba6477 refactor: move android options to pkg/uixt/options 2025-02-06 15:34:36 +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
徐聪 99757954c6 feat: add bilibili ios script 2024-06-04 22:17:26 +08:00