Commit Graph

3401 Commits

Author SHA1 Message Date
lilong.129
1d41d276ab feat: cache screenshot ocr texts 2023-04-28 14:12:31 +08:00
lilong.129
2323015755 change: dump ocr texts as string in summary 2023-04-28 13:23:52 +08:00
lilong.129
37a984c243 fix: swipe to find texts 2023-04-28 13:14:30 +08:00
lilong.129
9981dad1f8 feat: cache screenshot ocr texts 2023-04-28 11:44:47 +08:00
lilong.129
c0ea52d02a change: rename screenshot filenames 2023-04-27 21:43:22 +08:00
lilong.129
d0f3218c18 change: add TODO compress image data 2023-04-27 19:37:59 +08:00
lilong.129
0794ef8296 refactor: swipe actions 2023-04-27 15:36:55 +08:00
lilong.129
df5731aafd change: log ocr service request elapsed seconds 2023-04-27 13:38:02 +08:00
lilong.129
45bdfa36f2 fix: handle screen scale for iOS 2023-04-26 22:47:00 +08:00
lilong.129
fcab5ece58 refactor: OCRService.GetTexts remove options 2023-04-26 21:46:24 +08:00
lilong.129
3ec27b9afc refactor: simplify OCR APIs 2023-04-25 22:27:31 +08:00
lilong.129
f9bebf7202 feat: add code MobileUILaunchAppError 2023-04-25 15:51:38 +08:00
lilong.129
f9a488c7e7 refactor: split action to separate file 2023-04-25 14:48:34 +08:00
lilong.129
556050367e refactor: rename ActionMethod 2023-04-25 14:39:29 +08:00
lilong.129
7a255e6ef5 feat: add video crawler 2023-04-25 13:26:56 +08:00
lilong.129
d6db673962 change: update changelog 2023-04-25 11:23:30 +08:00
debugtalk
8864bce096 Merge pull request #1602 from test-instructor/fix_hooks
fix: dump request headers and params in hooks
2023-04-24 21:20:08 +08:00
rebecca
97359d11e0 hooks增加对header、params的修改 2023-04-22 00:00:08 +08:00
yangfan
309487d83d Merge pull request #2 from httprunner/master
合并4.3.3代码
2023-04-20 00:16:14 +08:00
lilong.129
90cea61c32 fix unittest TestRunCaseWithTimeout 2023-04-19 16:20:56 +08:00
lilong.129
60709272ee fix: unittest test_request_http 2023-04-19 16:14:19 +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
debugtalk
418321219b Merge pull request #1548 from test-instructor/fix_hooks
fix: setup hooks compatible with v3
2023-04-19 14:56:13 +08:00
debugtalk
a19ba49de8 Merge pull request #1590 from ywanbing/fix_1547
fix: ref testcase, generate report failed (#1547)
2023-04-19 14:18:08 +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
lilong.129
72e1780b1c change: fix screenshot filename 2023-04-18 22:08:10 +08:00
lilong.129
1ffee4734e fix #1549: avoid duplicate creating plugins 2023-04-18 21:43:30 +08:00
lilong.129
ebeae0c777 change: update changelog 2023-04-18 21:08:34 +08:00
lilong.129
ac7e12f111 fix #1549: avoid duplicate creating plugins 2023-04-18 21:04:38 +08:00
lilong.129
eb04bee822 fix #1592: report html display url 2023-04-18 20:42:52 +08:00
debugtalk
53e1c4644e Merge pull request #1592 from ywanbing/fix_1468
fix: report html display the value of the url instead of variables
2023-04-18 20:39:17 +08:00
debugtalk
20fc465cf9 Merge pull request #1591 from ywanbing/fix_ws_close
fix: fast fail , not closing the websocket connection
2023-04-18 20:34:48 +08:00
debugtalk
72eae3a521 Merge pull request #1587 from httprunner/fix-android-ui
feat: add validator AssertAppInForeground and AssertAppNotInForeground
feat: save screenshots of all steps including ocr and cv recognition process data
2023-04-18 20:33:12 +08:00
lilong.129
a6baeb1dd6 fix: change httpbin.org from http to https 2023-04-18 20:20:36 +08:00
lilong.129
6c89236941 fix: copy screenshot buffer for OCR recognizing 2023-04-18 19:59:52 +08:00
lilong.129
409808f297 change: update examples 2023-04-18 19:33:15 +08:00
ywb
9d9751ab4d fix: report html display the value of the url instead of variables 2023-04-18 17:37:33 +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
58f1fec2fa change: GenNameWithTimestamp 2023-04-17 22:45:58 +08:00
lilong.129
a988a2341f change: update changelog 2023-04-17 14:38:07 +08:00
lilong.129
0a59ced824 refactor: TakeScreenShot saves all screenshots 2023-04-16 22:32:47 +08:00
lilong.129
2644c24fae feat: add validator AssertAppInForeground and AssertAppNotInForeground 2023-04-16 18:54:40 +08:00
lilong.129
2249cfab9e change: update go mod 2023-04-16 18:00:36 +08:00
lilong.129
36d9802adb fix: MobileUIAppNotInForegroundError exit code 2023-04-16 12:33:13 +08:00
debugtalk
04621c600f Merge pull request #1530 from httprunner/dependabot/pip/certifi-2022.12.7
build(deps): bump certifi from 2021.10.8 to 2022.12.7
2023-04-15 00:22:50 +08:00
debugtalk
87c35100d5 Merge pull request #1561 from httprunner/dependabot/go_modules/golang.org/x/text-0.3.8
build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8
2023-04-15 00:21:49 +08:00
debugtalk
6bf5a87c20 Merge branch 'master' into dependabot/go_modules/golang.org/x/text-0.3.8 2023-04-15 00:21:17 +08:00