Commit Graph

77 Commits

Author SHA1 Message Date
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
xucong053
548e846a3b fix: data race 2022-07-25 21:23:06 +08:00
xucong053
379097c516 suport for distributing tasks that contain plugins 2022-07-25 21:15:03 +08:00
debugtalk
8cf75fbcf7 Merge pull request #1424 from xucong053/bugfix
fix: quit plugin
2022-07-22 18:03:07 +08:00
徐聪
1e3d57027e fix: quit plugin 2022-07-21 18:21:31 +08:00
buyuxiang
aa5de4ec83 optimize websocket step 2022-07-19 11:21:33 +08:00
debugtalk
752e59186f feat: support setting global testcase timeout and step timeout 2022-06-26 11:30:56 +08:00
debugtalk
73a9fb371e fix: insert response cookies into request for redirect requests 2022-06-22 18:42:25 +08:00
debugtalk
583c11afbc change: set http request timeout to 120s 2022-06-22 15:03:35 +08:00
debugtalk
fac6dc4955 feat #1342: support specify custom python3 venv 2022-06-13 21:31:05 +08:00
debugtalk
80986858f9 refactor: relocate build plugin 2022-05-29 12:32:39 +08:00
debugtalk
88f9d63a83 change: get plugin path from funplugin 2022-05-29 10:00:07 +08:00
xucong053
6cbec4f495 fix: failed to generate a report in failfast mode #1315 2022-05-26 18:25:49 +08:00