httprunner/uixt
lilong.129 563015c55a refactor: LoadEnv 2025-03-31 14:54:58 +08:00
..
ai refactor: LoadEnv 2025-03-31 14:54:58 +08:00
demo change: replace with assert err nil 2025-03-05 22:33:17 +08:00
option feat: ApplySwipeOffset 2025-03-17 17:57:10 +08:00
types refactor: move uixt pkg 2025-03-05 11:04:02 +08:00
README.md refactor: move uixt pkg 2025-03-05 11:04:02 +08:00
android_device.go refactor: move uixt pkg 2025-03-05 11:04:02 +08:00
android_driver_adb.go feat: add PushFile for ADBDriver 2025-03-27 19:56:12 +08:00
android_driver_uia2.go change: add logs 2025-03-17 20:16:22 +08:00
android_key.go refactor: move uixt pkg 2025-03-05 11:04:02 +08:00
android_layout.go refactor: move uixt pkg 2025-03-05 11:04:02 +08:00
android_test.go feat: add PullImages for ADBDriver 2025-03-26 19:06:51 +08:00
browser_device.go refactor: move uixt pkg 2025-03-05 11:04:02 +08:00
browser_driver.go feat: add PushFile for ADBDriver 2025-03-27 19:56:12 +08:00
device.go refactor: move uixt pkg 2025-03-05 11:04:02 +08:00
driver.go feat: add PushFile for ADBDriver 2025-03-27 19:56:12 +08:00
driver_action.go feat: add AIAction, do actions with LLM 2025-03-22 13:20:06 +08:00
driver_ext_ai.go change: AIAssert 2025-03-25 14:33:07 +08:00
driver_ext_popups.go refactor: move uixt pkg 2025-03-05 11:04:02 +08:00
driver_ext_screenshot.go merge v5 2025-03-25 14:25:37 +08:00
driver_ext_swipe.go change: tap/swipe with offset 2025-03-17 14:36:09 +08:00
driver_ext_tap.go refactor: add AIAction 2025-03-22 12:08:42 +08:00
driver_ext_test.go merge v5 2025-03-25 14:25:37 +08:00
driver_session.go refactor: save screenshot in async 2025-03-05 16:29:36 +08:00
driver_session_test.go refactor: move uixt pkg 2025-03-05 11:04:02 +08:00
driver_utils.go change: AIAssert 2025-03-25 14:33:07 +08:00
driver_utils_test.go refactor: move uixt pkg 2025-03-05 11:04:02 +08:00
evalite refactor: move uixt pkg 2025-03-05 11:04:02 +08:00
harmony_device.go move ghdc to pkg 2025-03-05 21:33:06 +08:00
harmony_driver_hdc.go feat: add PushFile for ADBDriver 2025-03-27 19:56:12 +08:00
harmony_test.go refactor: move uixt pkg 2025-03-05 11:04:02 +08:00
ios_device.go feat: ios unmount 2025-03-07 23:08:46 +08:00
ios_driver_wda.go feat: add PushFile for ADBDriver 2025-03-27 19:56:12 +08:00
ios_test.go fix: miss suffix for screenshot file path 2025-03-11 22:42:05 +08:00

README.md

uixt

From v4.3.0HttpRunner will support mobile UI automation testing:

Some UI recognition algorithms are also introduced for both iOS and Android:

  • OCR: based on OCR API service from volcengine, other API service may be extended

Dependencies

OCR

OCR API is a paid service, you need to pre-purchase and configure the environment variables.

  • VEDEM_IMAGE_URL
  • VEDEM_IMAGE_AK
  • VEDEM_IMAGE_SK

Thanks

This uixt module is initially forked from the following repos and made a lot of changes.