From 5127137b7c6a7e1ea0daef403be023c3b7994794 Mon Sep 17 00:00:00 2001 From: ziguiway Date: Sat, 2 May 2026 14:24:14 +0800 Subject: [PATCH] =?UTF-8?q?Add=20HMNextAuto=20-=20=E9=B8=BF=E8=92=99=20NEX?= =?UTF-8?q?T=20UI=20=E8=87=AA=E5=8A=A8=E5=8C=96=E6=A1=86=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6263f6..34a648d 100644 --- a/README.md +++ b/README.md @@ -937,7 +937,8 @@ Web socket 相关库。 * [PyAutoGUI](https://github.com/asweigart/pyautogui):PyAutoGUI 是一个人性化的跨平台 GUI 自动测试模块。 * [locust](https://github.com/locustio/locust):使用 Python 编写的,可扩展的用户加载测试工具。 * [sixpack](https://github.com/seatgeek/sixpack):一个和语言无关的 A/B 测试框架。 - * [splinter](https://splinter.readthedocs.org/en/latest/):开源的 web 应用测试工具。 + * [splinter](https://splinter.readthedocs.org/en/latest/):开源的 web 应用测试工具。 +* [HMNextAuto](https://github.com/ziguiway/hmnextauto):基于 Python 的鸿蒙 NEXT UI 自动化框架,兼容 uiautomator2 API 风格。 * [Schemathesis](https://github.com/kiwicom/schemathesis):基于属性的自动测试工具,用于测试使用 Open API / Swagger 规范构建的 Web 应用程序。 * Mock 测试 * [mock](https://docs.python.org/3/library/unittest.mock.html):(Python 标准库) 一个用于伪造测试的库。