Files
httprunner/hrp/pkg/uixt
李隆 369a30b378 Merge branch 'refactor-hrp-interface' into 'feat/yuhongzheng/harmony'
# Conflicts:
#   hrp/internal/version/VERSION
2024-09-20 10:04:58 +00:00
..
2023-08-24 22:04:41 +08:00
2024-09-02 13:41:39 +08:00
2024-09-01 16:32:34 +08:00
2024-09-01 16:32:34 +08:00
2024-09-02 17:27:27 +08:00
2023-05-31 20:08:02 +08:00
2024-08-22 21:48:17 +08:00
2024-09-20 10:49:38 +08:00
2024-09-20 10:49:38 +08:00
2024-09-12 11:12:05 +08:00
2024-09-01 16:40:42 +08:00
2024-09-13 22:10:51 +08:00
2024-09-12 19:51:47 +08:00
2024-09-12 19:51:47 +08:00
2024-08-31 01:13:08 +08:00
2024-09-19 11:46:20 +08:00
2024-09-01 16:32:34 +08:00
2024-09-19 10:47:33 +08:00
2024-09-12 11:12:05 +08:00

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.