Commit Graph
11 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
余泓铮 9add5df1b2 feat: 支持获取剪贴板 2025-07-24 17:06:10 +08:00
lilong.129 88bda7c215 fix: avoid recreate driver in tests 2025-07-21 16:28:38 +08:00
lilong.129 ba43e9fd0e refactor: enhance JSON handling and improve request retry logic in DriverSession 2025-06-27 11:52:53 +08:00
徐聪 6cce5e3c5b fix: web ui test 2025-05-07 20:12:06 +08:00
lilong.129 0e9389c796 refactor: NewXTDriver api, return error if init failed 2025-04-30 14:31:36 +08:00
lilong.129 eb730c2ebe fix: miss suffix for screenshot file path 2025-03-11 22:42:05 +08:00
lilong.129 b8e9a25991 fix: miss suffix for screenshot file path 2025-03-11 22:38:47 +08:00
lilong.129 80b18f6d05 test: add unittest for WDA PushImage/ClearImages 2025-03-07 12:09:08 +08:00
lilong.129 cc81c00a82 feat: add adb screen record 2025-03-06 16:57:51 +08:00
lilong.129 e107389d6e refactor: move uixt pkg 2025-03-05 11:04:02 +08:00