From e50608dd98bb23a9f40f545e7b68473b95e69016 Mon Sep 17 00:00:00 2001 From: ziguiway Date: Sat, 2 May 2026 14:18:40 +0800 Subject: [PATCH 1/2] feat: Add HMNextAuto - HarmonyOS NEXT UI automation framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a041b8..673df1e 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,7 @@ Collection of awesome Python resources for testing and generating test data. - [sixpack](https://github.com/seatgeek/sixpack) - A language-agnostic A/B Testing framework. - [splinter](https://github.com/cobrateam/splinter) - Open source tool for testing web applications. - [squape](https://github.com/CyberAlpaca/squish-api-python-extension) - is a package that extends Squish API providing convenience tools for everyday automated test cases development. +- [HMNextAuto](https://github.com/ziguiway/hmnextauto) - Python-based UI automation framework for HarmonyOS NEXT. API compatible with uiautomator2, supports XPath, image recognition, performance monitoring and notification management. ## Resources From ca7f5e7066f373dcd88989bc84f86f3444cde733 Mon Sep 17 00:00:00 2001 From: ziguiway Date: Sat, 2 May 2026 14:35:48 +0800 Subject: [PATCH 2/2] fix: Move HMNextAuto to correct alphabetical position --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 673df1e..11c3f5a 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ Collection of awesome Python resources for testing and generating test data. - [Flybirds](https://github.com/ctripcorp/flybirds) - is a front-end UI automation test framework based on BDD mode, providing a series of out-of-the-box tools and complete documentation. - [Golem](https://github.com/golemhq/golem) - is a test framework and a complete tool for browser automation. Tests can be written with code in Python, codeless using the web IDE, or both. - [helium](https://github.com/mherrmann/selenium-python-helium) - is great for web automation. Helium makes it easier to use. +- [HMNextAuto](https://github.com/ziguiway/hmnextauto) - Python-based UI automation framework for HarmonyOS NEXT. API compatible with uiautomator2, supports XPath, image recognition, performance monitoring and notification management. - [Lost Pixel](https://github.com/lost-pixel/lost-pixel) - is an open source visual regression testing tool. Run visual regression tests on your Storybook and Ladle stories and on your application pages. - [LuluTest](https://github.com/erik-whiting/LuluTest) - is an open source browser automation framework using Python and Selenium. - [pomcorn](https://github.com/saritasa-nest/pomcorn) - is an open source Python package that contains base classes to create systems based on Selenium framework and Page Object Model pattern @@ -266,7 +267,6 @@ Collection of awesome Python resources for testing and generating test data. - [sixpack](https://github.com/seatgeek/sixpack) - A language-agnostic A/B Testing framework. - [splinter](https://github.com/cobrateam/splinter) - Open source tool for testing web applications. - [squape](https://github.com/CyberAlpaca/squish-api-python-extension) - is a package that extends Squish API providing convenience tools for everyday automated test cases development. -- [HMNextAuto](https://github.com/ziguiway/hmnextauto) - Python-based UI automation framework for HarmonyOS NEXT. API compatible with uiautomator2, supports XPath, image recognition, performance monitoring and notification management. ## Resources