Commit Graph

89 Commits

Author SHA1 Message Date
lilong.129
bc65eb9809 feat: report GA4 events for hrp cmd 2023-07-23 23:59:01 +08:00
lilong.129
17b6d95b3b refactor: replace GA with GA4 2023-07-20 23:29:49 +08:00
lilong.129
1033ba77d7 feat: log step elapsed in seconds 2023-06-23 23:21:09 +08:00
lilong.129
f3e5f3ac85 feat: add hrp.Run wrapper 2023-06-06 20:38:43 +08:00
lilong.129
f6eb9451e0 fix: catch run error code for runner 2023-06-05 20:53:38 +08:00
lilong.129
ef7f8def53 fix: catch run error code 2023-06-02 17:52:54 +08:00
lilong.129
ac2ccc2c79 change: rename step start time field 2023-06-01 21:31:14 +08:00
lilong.129
78d912fdc0 feat: print hrp runner exit code 2023-06-01 17:57:17 +08:00
lilong.129
f4a9be3c88 feat: add step start time in step result 2023-06-01 16:12:28 +08:00
lilong.129
aa65962ffe bump version 2023-05-31 20:50:40 +08:00
lilong.129
1bb2079c87 feat: catch interrupt signal 2023-05-03 23:00:17 +08:00
lilong.129
4ee3b43d1f feat: set testcase and request timeout in seconds 2023-05-03 12:48:20 +08:00
debugtalk
357ac7f575 Merge pull request #1596 from ywanbing/feature-runner-ws
feat: inherit WS connections for referenced testcases
2023-04-19 15:59:43 +08:00
lilong.129
202e6ce463 fix #1467: failed to parse parameters with plugin functions 2023-04-19 15:51:46 +08:00
ywanbing
e2eae18c44 feature: 增加ws连接可以继承到引用的testcases中 2023-04-19 11:12:15 +08:00
ywb
5d4f11b25a Merge remote-tracking branch 'origin/fix_1547' into fix_1547
# Conflicts:
#	hrp/runner.go
2023-04-19 09:19:09 +08:00
ywb
419620fad3 fix: fast fail , not closing the websocket connection 2023-04-18 16:23:20 +08:00
ywb
1b7ea07611 fix: ref testcase, generate report failed (#1547) 2023-04-18 16:05:26 +08:00
lilong.129
bf6032520d fix: stop logcat only when enabled 2023-02-13 23:34:09 +08:00
buyuxiang
8beb88bd5c fix: err wrap and TapFloat 2023-01-19 08:59:17 +08:00
debugtalk
9ff44d0bad change: remove unused UI APIs 2022-12-26 00:15:43 +08:00
debugtalk
f3cb83910e fix: ensure HTTP request method in uppper case 2022-12-23 16:46:39 +08:00
debugtalk
961cc3489c refactor: ios perfd 2022-12-15 23:15:58 +08:00
debugtalk
f4af2d131a feat: capture pcap file for iOS 2022-12-15 19:09:59 +08:00
debugtalk
1c8c3e0e80 Merge pull request #1531 from httprunner/wcl
release v4.3.1

- feat: add option WithScreenShot
- feat: run xctest before start ios automation
- feat: run step with specified loop times
- feat: add options for FindTexts
- refactor: move all UI APIs to uixt pkg
- docs: add examples for UI APIs
2022-12-14 14:54:58 +08:00
debugtalk
aa966123bc fix: android by selector 2022-10-25 17:40:00 +08:00
debugtalk
be8d8b5c5d fix: logs 2022-10-23 16:41:23 +08:00
debugtalk
8947c0ad5a feat: add status code for mobile UI 2022-10-19 11:54:35 +08:00
debugtalk
ec9b81ca2e refactor: CaseRunner and SessionRunner 2022-10-19 10:56:02 +08:00
debugtalk
23abc56a82 refactor: update summary in controller 2022-10-18 16:07:21 +08:00
debugtalk
c59a0c45b9 refactor: merge ios and android style 2022-10-12 22:38:52 +08:00
debugtalk
f6623c0869 refactor: new ios/android device 2022-10-12 19:38:41 +08:00
debugtalk
43fa5ac0cd fix: get pid by bundle id in perf 2022-10-11 22:24:49 +08:00
debugtalk
23e7b4cf56 fix: release UI driver session 2022-10-11 21:38:05 +08:00
debugtalk
8dc275d5fb fix: ResetHomeOnStartup 2022-10-11 21:28:08 +08:00
debugtalk
63e18ddeba refactor: move uixt from hrp internal to pkg 2022-10-10 22:12:36 +08:00
xucong053
bf86553028 fix: failed to parse in testcase 2022-10-08 19:31:31 +08:00
debugtalk
a8318ce202 change: update version 2022-09-29 11:26:14 +08:00
xucong053
d59fb4477f fix: unittest 2022-09-28 16:39:23 +08:00
debugtalk
0d2dd59b4f change: update wda logs 2022-09-28 13:12:58 +08:00
debugtalk
732f756778 fix: check WDA summary logs 2022-09-27 22:16:09 +08:00
debugtalk
e3d0eccde5 refactor: restructure 2022-09-23 21:19:12 +08:00
debugtalk
35225d97ff feat: get wda logs 2022-09-22 21:19:15 +08:00
debugtalk
9db3d3201e refactor: relocate code 2022-08-28 22:43:10 +08:00
debugtalk
a1a95cff8c feat: init device with optional serial, port, mjpeg port 2022-08-23 21:06:32 +08:00
debugtalk
4dee80977f Merge branch 'master' into ios-wda 2022-08-15 21:21:32 +08:00
徐聪
c5a0a0fc27 fix: pluginMap uses sync.Map to avoid data race 2022-08-01 17:04:39 +08:00
徐聪
b9f1468ae2 fix: testcase compatibility in the worker 2022-07-30 15:36:35 +08:00
debugtalk
3fd3dab9ae feat: implement ios ui swipe 2022-07-27 10:22:04 +08:00
xucong053
7b7c1a518a fix: plugin file distribution 2022-07-25 21:23:08 +08:00