From 5cc16b292677e54ce52cdb3f13bab18dd2be3ae9 Mon Sep 17 00:00:00 2001 From: Ruslan Strazhnyk Date: Sat, 1 Aug 2026 15:55:12 +0200 Subject: [PATCH 1/2] Add: QualityMax --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be94df1..a5dadcb 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ Collection of awesome Python resources for testing and generating test data. - [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 - [PyAutoGUI](https://github.com/asweigart/pyautogui) - is a cross-platform GUI automation Python module for human beings. +- [QualityMax](https://qualitymax.io/) - AI QA platform that generates and executes pytest and Playwright tests, with self-healing UI automation and CI/CD gates. - [pytest-ui-automatic](https://github.com/moyu6027/pytest-ui-automatic) - Playwright Python tool practice pytest pytest-bdd screen-play page-object allure cucumber-report. - [selene](https://github.com/yashaka/selene) - User-oriented Web UI browser tests in Python (Selenide port). - [Selenium](https://pypi.org/project/selenium) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver. From e74354d77ca9f216cb10a067039f472aab932380 Mon Sep 17 00:00:00 2001 From: Ruslan Strazhnyk Date: Sat, 1 Aug 2026 15:59:25 +0200 Subject: [PATCH 2/2] Sort QualityMax in UI testing list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5dadcb..31770e1 100644 --- a/README.md +++ b/README.md @@ -271,8 +271,8 @@ Collection of awesome Python resources for testing and generating test data. - [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 - [PyAutoGUI](https://github.com/asweigart/pyautogui) - is a cross-platform GUI automation Python module for human beings. -- [QualityMax](https://qualitymax.io/) - AI QA platform that generates and executes pytest and Playwright tests, with self-healing UI automation and CI/CD gates. - [pytest-ui-automatic](https://github.com/moyu6027/pytest-ui-automatic) - Playwright Python tool practice pytest pytest-bdd screen-play page-object allure cucumber-report. +- [QualityMax](https://qualitymax.io/) - AI QA platform that generates and executes pytest and Playwright tests, with self-healing UI automation and CI/CD gates. - [selene](https://github.com/yashaka/selene) - User-oriented Web UI browser tests in Python (Selenide port). - [Selenium](https://pypi.org/project/selenium) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver. - [SeleniumBase](https://github.com/seleniumbase/SeleniumBase) - is an all-in-one Python framework for automated browser testing. Tests are run with "pytest", and use WebDriver APIs for web-page interaction.