Commit Graph
112 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
张开元 ff13d90755 add mcp_sim 2025-07-30 11:18:26 +08:00
张开元 9b529eb125 fix test 2025-07-29 20:01:44 +08:00
张开元 f20e679855 add simulation 2025-07-29 19:45:30 +08:00
张开元 e03a676076 restore note 2025-07-28 21:31:13 +08:00
张开元 84633a508c restore note 2025-07-28 21:30:15 +08:00
张开元 6374c4becc fix 2025-07-28 21:11:16 +08:00
张开元 0e7e1d4d37 add simulation 2025-07-28 20:49:09 +08:00
张开元 67a10ebf05 simulation dev 2025-07-24 16:41:21 +08:00
余泓铮 097594abb3 del: 删除错误test代码 2025-07-21 14:29:50 +08:00
余泓铮 e1b2f727c7 feat: 删除多余代码 2025-07-17 14:10:18 +08:00
余泓铮 ed5fba5540 feat: 支持touchByEvent 2025-07-16 17:41:56 +08:00
余泓铮 31c66b8cc0 feat: 支持基于touchEvent执行 2025-07-16 17:08:57 +08:00
lilong.129 55c4f8b9b5 test: add android example as demo 2025-07-04 14:43:30 +08:00
lilong.129 7673a64184 fix: wda offset error by scale 2025-07-02 22:03:40 +08:00
lilong.129 b5e3dd6734 fix: tap offset 2025-07-02 20:14:53 +08:00
lilong.129 8ef9b86fd1 change: update docs 2025-06-28 22:03:22 +08:00
lilong.129 a6d6b5bad2 change: update tests 2025-06-26 19:39:54 +08:00
lilong.129 1923996f65 fix: clean up Appium settings initialization 2025-06-26 17:30:00 +08:00
lilong.129 404865ba6b refactor: complete ActionOptions unification and pointer type optimization 2025-05-27 13:34:12 +08:00
lilong.129 0e9389c796 refactor: NewXTDriver api, return error if init failed 2025-04-30 14:31:36 +08:00
lilong.129 d2976844fc fix: load testcase panic caused by config options 2025-04-27 11:50:50 +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 3c9c1dddd9 refactor: move harmony options to pkg/uixt/options 2025-02-06 15:45:05 +08:00
lilong.129 8a78ba6477 refactor: move android options to pkg/uixt/options 2025-02-06 15:34:36 +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 ef37d88e0b refactor ios: replace gidevice with go-ios 2024-11-23 15:06:28 +08:00
lilong.129 1fa3c567b9 fix: miss device serial for mobile step 2024-09-25 16:46:00 +08:00
余泓铮 81c9268c35 feat: 新增用例 2024-09-25 13:15:19 +08:00
lilong.129 01c76c6ed8 refactor: remove video crawler 2024-08-27 20:38:46 +08:00
徐聪 42f68e0641 fix: resolve conflicts 2024-07-19 15:11:16 +08:00
徐聪 99757954c6 feat: add bilibili ios script 2024-06-04 22:17:26 +08:00
徐聪 2d1c6a024a fix: increase scroll length 2024-06-04 22:00:08 +08:00
徐聪 a64237d671 fix: add waiting time after pressing back 2024-06-04 22:00:08 +08:00
徐聪 ff080067a9 fix: increase the waiting time to enter the main interface 2024-01-24 15:23:31 +08:00
徐聪 b1974b89cc fix: failed to set serial variable 2024-01-23 15:51:14 +08:00
lilong.129 e5aadb54e2 tests: add bili android example 2024-01-19 15:55:56 +08:00
huangbin.beal b41aa6fde6 fix: use log file when not found log content 2023-11-29 21:09:01 +08:00
buyuxiang 3e8c13f857 Merge remote-tracking branch 'iesqa/video-release' into feature/huangbin/ocr_cluster 2023-11-16 13:10:02 +08:00
huangbin.beal b30461e90a feat: set ocrCluster to default_1600 for live 2023-10-31 14:43:55 +08:00