Commit Graph

4878 Commits

Author SHA1 Message Date
余泓铮
07395a2f9e feat: 设置时区为北京时间 2025-08-13 15:21:42 +08:00
李隆
07bfabd5b6 Merge branch 'fix-sleep' into 'master'
refactor: unify float64 conversion logic in ToolSleep and ToolSleepMS, enhance error logging

See merge request iesqa/httprunner!152
2025-08-12 06:53:15 +00:00
lilong.129
1253d5848d refactor: unify float64 conversion logic in ToolSleep and ToolSleepMS, enhance error logging 2025-08-12 14:49:47 +08:00
李隆
9cddad0d75 Merge branch 'fix/add_wings_log' into 'master'
feat: 新增日志

See merge request iesqa/httprunner!151
2025-08-12 02:40:37 +00:00
余泓铮
1fdf85a1c6 feat: 新增日志 2025-08-11 22:24:29 +08:00
黄彬
cd056daf77 Merge branch 'bugfix/huangbin/option_interval' into 'master'
fix: interval option for swipe to tap text

See merge request iesqa/httprunner!150
2025-08-11 13:47:02 +00:00
余泓铮
ee4b654ce3 Merge branch 'pasteboard' into 'master'
feat: 支持获取剪贴版

See merge request iesqa/httprunner!149
2025-08-11 13:43:05 +00:00
huangbin.beal
dbbeea45d3 fix: merge 2025-08-11 21:41:41 +08:00
huangbin.beal
2523be5880 fix: interval option for swipe to tap text 2025-08-11 21:37:46 +08:00
余泓铮
d71eefc87d Merge branch 'pasteboard' of https://code.byted.org/iesqa/httprunner into pasteboard 2025-08-11 21:24:23 +08:00
余泓铮
533f4d06b6 feat: 支持获取剪贴版 2025-08-11 21:24:16 +08:00
余泓铮
b230b19bde Merge branch 'master' into 'pasteboard'
# Conflicts:
#   internal/version/VERSION
2025-08-11 13:23:02 +00:00
余泓铮
25f9510de1 feat: 支持获取剪贴版 2025-08-11 21:14:21 +08:00
张开元
c7a8fe4a8b Merge branch 'fix-sleep' into 'master'
修复 sleep 相关工具函数,支持指定 startTime 参数

See merge request iesqa/httprunner!148
2025-08-11 02:49:51 +00:00
lilong.129
56ba52ed31 feat: enhance sleep functionality with start time support 2025-08-09 09:44:05 +08:00
lilong.129
a921e7b7c2 fix: unittest 2025-08-08 17:23:49 +08:00
李隆
2ec01f16de Merge 'bugfix/huangbin/action_log' into 'master'
Bugfix/huangbin/action log

See merge request: !143
2025-08-07 07:53:26 +00:00
huangbin.beal
2060305808 fix: gadb pull 2025-08-06 19:39:05 +08:00
huangbin.beal
2e2f1d8b26 fix: pull folder 2025-08-06 19:17:47 +08:00
huangbin.beal
42c4ffba8a fix: adb shell pull 2025-08-06 15:57:06 +08:00
李隆
65b181c22d Merge 'ios_sim_dev' into 'master'
ios增加仿真算法

See merge request: !146
2025-08-06 07:29:31 +00:00
张开元
206d3bc487 fix android name 2025-08-06 15:27:52 +08:00
张开元
62dd8e51c4 fix test 2025-08-06 15:21:34 +08:00
张开元
721ed38c4c fix 2025-08-06 15:15:28 +08:00
huangbin.beal
62f129963b Merge branch 'master' into bugfix/huangbin/ai_service 2025-08-06 14:45:51 +08:00
余泓铮
3060c5e5db Merge branch 'revert_wings_merge' into 'master'
revert: wings merge

See merge request iesqa/httprunner!145
2025-08-06 06:37:54 +00:00
余泓铮
b64e1b62ec revert: wings merge 2025-08-06 14:35:22 +08:00
huangbin.beal
9bdd4a64b5 Merge branch 'master' into bugfix/huangbin/ai_service 2025-08-06 11:53:49 +08:00
李隆
a395dd84ce Merge branch 'feat-gadb-pull-folder' into 'master'
Feat gadb pull folder

See merge request iesqa/httprunner!144
2025-08-06 03:50:50 +00:00
lilong.129
08849850f9 feat: add gadb pull folder/file 2025-08-06 11:42:22 +08:00
huangbin.beal
72e0fe795d fix: remove useless note 2025-08-06 11:03:30 +08:00
huangbin.beal
25f2a074f8 fix: merge 2025-08-06 10:52:49 +08:00
huangbin.beal
ae837ac885 fix: remove useless code 2025-08-06 10:49:22 +08:00
huangbin.beal
256ec4baf3 fix: get action log from file 2025-08-06 10:46:20 +08:00
张开元
0b11c5491f Merge branch 'ios_touch_by_event' into 'master'
IOS手势操作

See merge request iesqa/httprunner!142
2025-08-04 02:12:41 +00:00
lilong.129
758ece2998 change: update docs 2025-08-03 14:29:34 +08:00
lilong.129
b25599aba4 feat: add CLAUDE.md 2025-08-03 11:48:22 +08:00
debugtalk
c6f358ffca fix: convert AI tests from skip statements to build tags (#1783)
* fix: convert AI tests from skip statements to build tags

- Add //go:build localtest tag to uixt/ai/ai_test.go and examples/game/llk/main_test.go
- Remove environment-based skip statements and hasRequiredEnvVars functions
- Maintain consistency with existing build tag approach for mobile/device tests
- Prevents CI/CD failures when external AI services are not available

Co-authored-by: debugtalk <debugtalk@users.noreply.github.com>

* fix: add missing BoundBox type and field to Element struct

- Add BoundBox struct with X, Y, Width, Height fields
- Update Element struct to include BoundBox field
- Fix structural mismatch between test expectations and Go code
- Resolves CI compilation failures

Co-authored-by: debugtalk <debugtalk@users.noreply.github.com>

---------

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
2025-08-03 11:43:21 +08:00
lilong.129
059332e39f fix: claude code actions 2025-08-03 00:46:50 +08:00
lilong.129
38acfe3e3a fix: claude code actions 2025-08-02 22:29:54 +08:00
lilong.129
e1867f99ef test: debug workflow 2025-08-02 22:18:15 +08:00
lilong.129
84f038344a test: debug workflow 2025-08-02 22:13:32 +08:00
lilong.129
c61c5af334 fix: claude code actions 2025-08-02 22:09:40 +08:00
lilong.129
bf541785a1 feat: add workflow claude code 2025-08-02 21:54:07 +08:00
余泓铮
6df842e6d6 Merge branch 'wings_interface_merge' into 'master'
优化wings_service的调用,支持startToGoal。优化安卓安装时间,新增超时逻辑

See merge request iesqa/httprunner!139
2025-08-01 04:02:52 +00:00
余泓铮
023b0a3c7f feat: 支持iOS 手势操作 2025-07-31 22:15:10 +08:00
余泓铮
1ff41e3bc8 feat: 新增错误信息 2025-07-31 21:46:24 +08:00
余泓铮
0cf2583642 feat: 优化操作前截图 2025-07-31 12:27:36 +08:00
余泓铮
69aa92caf2 feat: 新增logid透传 2025-07-31 11:13:32 +08:00
余泓铮
4031290a70 feat: 添加默认history 2025-07-30 21:36:25 +08:00