Commit Graph

3278 Commits

Author SHA1 Message Date
debugtalk
bf794e3955 refactor: enter live 2022-11-27 22:40:31 +08:00
debugtalk
548109ec72 change: perf monitor not set cpu/mem as default 2022-11-27 20:32:20 +08:00
debugtalk
7312d50a33 docs: enter WC live 2022-11-27 00:19:15 +08:00
debugtalk
a64151361d change: rename DeviceLogcat to AdbLogcat 2022-11-26 22:21:17 +08:00
debugtalk
a5e0ea2f11 docs: add perf monitor in example 2022-11-25 23:08:37 +08:00
debugtalk
0e8ce507c4 docs: add examples for API 2022-11-25 21:38:58 +08:00
debugtalk
e745f4fdea feat: add option WithScreenShot 2022-11-24 20:23:09 +08:00
debugtalk
e998d387c8 change: add options for FindTexts 2022-11-23 23:48:55 +08:00
debugtalk
b9633638fa refactor: NewDataOptions and NewData 2022-11-23 23:36:52 +08:00
debugtalk
08fc2fbdd2 feat: get all ocr texts 2022-11-23 22:11:19 +08:00
debugtalk
992b1a29ce change: add image version 2022-11-23 20:33:30 +08:00
debugtalk
da1dd26f3b change: filter non-usb ios devices 2022-11-23 18:19:53 +08:00
debugtalk
5e97351005 Merge pull request #1522 from httprunner/bugfix
fix: failed to catch logcat
fix: failed to find text in scope
fix: failed to set duration option of swipe action
change: add back action of mobile ui automation
fix: failed to set steps option of android swipe action
2022-11-10 13:19:38 +08:00
xucong.053
b1d3201072 change: update annotation 2022-11-10 13:16:10 +08:00
xucong.053
951c00d9fa fix: failed to set steps option of android swipe action 2022-11-09 18:20:29 +08:00
xucong.053
093a4f5206 change: add back action of mobile ui automation 2022-11-09 17:19:09 +08:00
xucong.053
df2e255d8f fix: failed to set duration option of swipe action 2022-11-09 16:04:14 +08:00
xucong.053
c4f966748c fix: failed to find text in scope 2022-11-09 15:42:10 +08:00
xucong.053
33eafd987b fix: failed to catch logcat 2022-11-09 15:38:10 +08:00
debugtalk
deaf6a685e fix: ios mount 2022-10-27 23:12:32 +08:00
debugtalk
7088eb070e change: update tests 2022-10-27 22:03:16 +08:00
debugtalk
aa966123bc fix: android by selector 2022-10-25 17:40:00 +08:00
debugtalk
7f4c3ae248 fix: set tcp keep alive 2022-10-25 15:13:02 +08:00
debugtalk
efea3ba8a8 Merge pull request #1506 from httprunner/add-offset-to-tap
feat: support offset for tap point
2022-10-25 15:04:40 +08:00
xucong.053
59bf51d561 change: update variable name 2022-10-25 14:55:29 +08:00
xucong.053
6c5848b4d7 feat: add tap offset of point 2022-10-24 22:46:49 +08:00
debugtalk
5e1064f248 Merge pull request #1504 from httprunner/dev-v4.3
refactor: integrate with gidevice and gadb
2022-10-24 17:28:07 +08:00
debugtalk
c8878c34b5 fix: parse error exit code 2022-10-24 17:03:47 +08:00
debugtalk
d518def919 change: replace uuid lib 2022-10-24 10:52:57 +08:00
debugtalk
b288a1945a refactor: merge opencv-helper 2022-10-23 23:19:54 +08:00
debugtalk
91626bcdd4 refactor: move gidevice to hrp pkg 2022-10-23 22:59:34 +08:00
debugtalk
896f39c3f2 refactor: move gadb to hrp pkg 2022-10-23 22:04:42 +08:00
debugtalk
6e1348dc1e Merge pull request #1503 from httprunner/bugfix
feat: support specify WDA_LOCAL_PORT and WDA_LOCAL_MJPEG_PORT in environment variables
2022-10-23 21:17:16 +08:00
xucong.053
4fb3bfaf23 change: wda ports are used preferentially from environment variables 2022-10-23 21:03:39 +08:00
debugtalk
1c80783c03 Merge pull request #1502 from httprunner/bugfix
fix: failed to record the android ui step type in the step result
2022-10-23 17:37:35 +08:00
xucong.053
66eca9012b fix: failed to return exit code correctly 2022-10-23 17:29:03 +08:00
xucong.053
677440b2e0 change: update the ocr scope of the FindText function 2022-10-23 16:52:23 +08:00
debugtalk
be8d8b5c5d fix: logs 2022-10-23 16:41:23 +08:00
xucong.053
685e0b42b0 fix: failed to record the android ui step type in the step result 2022-10-23 16:36:34 +08:00
徐聪
aea9c9bd3c annotation wg.wait 2022-10-23 16:14:33 +08:00
debugtalk
3848c486be Merge pull request #1499 from httprunner/dev-v4.3
release v4.3, new support for iOS/Android UI automation test

- feat: support iOS UI automation with [WebDriverAgent]
- feat support Android UI automation with [uiautomator2]
- feat: integrage ios device management with [gidevice]
- feat: add specified exit code for different exceptions
- refactor: make boomer/uixt/httpstat as sub package
2022-10-21 22:29:13 +08:00
debugtalk
a51c21b492 release v4.3.0 2022-10-21 22:22:00 +08:00
debugtalk
c200ef6900 change: add exit code 2022-10-21 21:39:18 +08:00
debugtalk
4a8fcd4fd9 change: print hrp exit code 2022-10-21 16:00:25 +08:00
debugtalk
2656676386 change: update exit code 2022-10-21 15:17:29 +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
59dd2c39d4 refactor: merge step variables with session variables 2022-10-18 20:56:46 +08:00
debugtalk
23abc56a82 refactor: update summary in controller 2022-10-18 16:07:21 +08:00
debugtalk
c5f81f2593 fix: exit with code 2022-10-17 21:44:41 +08:00