Commit Graph
3640 Commits
Author SHA1 Message Date
xucong053 86cfc43c2e Merge pull request #1628 from httprunner/ios-pcap
correct sleep duration caused by process time
2023-06-22 15:46:04 +08:00
lilong.129 0d6da534ab feat: add auto popups handler in swipe find 2023-06-22 15:01:35 +08:00
lilong.129 6411e2953c change: add popups 2023-06-22 13:11:27 +08:00
lilong.129 a98c497995 feat: auto handle popups on each step finished 2023-06-22 12:49:25 +08:00
lilong.129 e1cf7d9679 fix: abort running when device connection refused 2023-06-21 22:31:00 +08:00
lilong.129 8aec31193f fix: use high precision ocr service 2023-06-21 21:44:11 +08:00
lilong.129 030223eb56 feat: log elapsed seconds for running shell command 2023-06-21 21:37:57 +08:00
lilong.129 39fa76f933 feat: use startTime to correct sleep duration caused by process time 2023-06-21 20:29:38 +08:00
lilong.129 015e305155 change: use high precision ocr service 2023-06-20 17:24:44 +08:00
lilong.129 475def50f8 change: print hrp exit code 2023-06-13 18:38:46 +08:00
lilong.129 a70362d81a change: raise error when get foreground app failed on start 2023-06-07 18:15:40 +08:00
lilong.129 e7b4d4f8b7 feat: save foreground app when step failed 2023-06-07 16:25:04 +08:00
lilong.129 4fb56211d8 refactor: AssertForegroundApp 2023-06-07 16:04:08 +08:00
lilong.129 18ee1d7f0e change: remove cache last launched package name 2023-06-07 14:58:54 +08:00
lilong.129 fa74f4dd63 refactor: assert device UI 2023-06-07 14:55:24 +08:00
lilong.129 c6fd34129b refactor: relocate popups 2023-06-07 14:14:36 +08:00
lilong.129 a91d9c5b11 change: add popups 2023-06-06 22:25:22 +08:00
lilong.129 f3e5f3ac85 feat: add hrp.Run wrapper 2023-06-06 20:38:43 +08:00
lilong.129 b3a832fdf0 change: add popups 2023-06-05 23:07:00 +08:00
lilong.129 38820a869a feat: support sleep constant time 2023-06-05 22:05:34 +08:00
lilong.129 974f5ee18a change: update check live video entrance 2023-06-05 21:08:31 +08:00
lilong.129 664a12a207 change: ignore error when get foreground app failed for ios 2023-06-05 20:54:22 +08:00
lilong.129 f6eb9451e0 fix: catch run error code for runner 2023-06-05 20:53:38 +08:00
lilong.129 f6594c1609 change: update check live video entrance 2023-06-05 11:34:06 +08:00
lilong.129 b81903ab5e feat: get android device timestamp 2023-06-05 00:43:36 +08:00
lilong.129 ef7f8def53 fix: catch run error code 2023-06-02 17:52:54 +08:00
lilong.129 4f6e140cd3 fix: assert app activity 2023-06-02 17:44:01 +08:00
xucong053 02c9393b45 Merge pull request #1623 from httprunner/fix-video-crawler
Fix video crawler
2023-06-01 21:59:37 +08:00
lilong.129 11b96d0728 fix: adb wm size may contain both Physical and Override size 2023-06-01 21:47:12 +08:00
lilong.129 ac2ccc2c79 change: rename step start time field 2023-06-01 21:31:14 +08:00
lilong.129 6e7495d6bb update changelog 2023-06-01 21:21:48 +08:00
lilong.129 448774439f feat: add checking popup texts 2023-06-01 19:43:35 +08:00
lilong.129 78d912fdc0 feat: print hrp runner exit code 2023-06-01 17:57:17 +08:00
lilong.129 a24e1ff251 feat: add screen resolution in screen results 2023-06-01 17:42:40 +08:00
lilong.129 233d5e1b64 feat: add exit code LoopActionNotFoundError 2023-06-01 17:11:34 +08:00
lilong.129 f4a9be3c88 feat: add step start time in step result 2023-06-01 16:12:28 +08:00
lilong.129 d5554b38ac change: remove dial ping and dns 2023-05-31 21:29:35 +08:00
debugtalk 383263b44d Merge pull request #1608 from httprunner/fix-android-ui
v4.3.4 refactor android UI

- feat: add video crawler for feed and live
- feat: cache screenshot ocr texts
- feat: set testcase and request timeout in seconds
- feat: catch interrupt signal
- feat: add new exit code MobileUILaunchAppError/InterruptError/TimeoutError/MobileUIActivityNotMatchError/MobileUIPopupError
- feat: find text with regex
- feat: add UI ocr tags to summary
- feat: check android device offline when running shell failed
- refactor: replace OCR APIs with image APIs
- refactor: FindText(s) returns OCRText(s)
- refactor: merge ActionOption with DataOption
- change: exit with AndroidShellExecError code for adb shell failure
- change: request vedem ocr with uploading image
2023-05-31 20:56:56 +08:00
lilong.129 aa65962ffe bump version 2023-05-31 20:50:40 +08:00
lilong.129 e1169ec628 feat: add GetScreenTexts 2023-05-31 20:17:43 +08:00
lilong.129 42256bc20b fix: handle offset 2023-05-31 20:08:02 +08:00
lilong.129 946aa1a7df bump version 2023-05-31 18:05:05 +08:00
lilong.129 70039f327c fix: ignore error when get foreground app failed 2023-05-31 17:57:24 +08:00
lilong.129 78f63014cc change: remove checking if app is in foreground when step failed 2023-05-31 16:11:04 +08:00
lilong.129 7d7044f332 refactor: GetScreenResult 2023-05-31 16:10:24 +08:00
lilong.129 55e6a42b0f refactor: rename variables 2023-05-31 14:15:43 +08:00
lilong.129 aafff8de9d refactor: move IOCRService to IImageService 2023-05-31 12:08:54 +08:00
lilong.129 9d78c52713 bump version 2023-05-31 11:45:26 +08:00
lilong.129 809a011488 refactor: use vedem image api 2023-05-30 22:59:58 +08:00
lilong.129 b0e7a6609f change: check android device offline 2023-05-30 21:31:51 +08:00