From 33123879e2c8e85a3f6ff73d7f3c7ea6ab71d649 Mon Sep 17 00:00:00 2001 From: generalrobin Date: Tue, 31 Dec 2024 17:39:09 +0530 Subject: [PATCH] Add Hercules to Testing section Add Hercules: World's first open source end to end testing agent. What is this Python project? Hercules takes plain english steps as input tests and runs them autonomously via web, APIs or security scanning tools. What's the difference between this Python project and similar ones? Hercules is a multi agentic framework, which is far capable than other "tools" in the market. Hercules plans the steps of execution, can use memory and tools to achieve an end to end testing goal. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a7f5f89..d69e0ace 100644 --- a/README.md +++ b/README.md @@ -1022,6 +1022,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [Selenium](https://pypi.org/project/selenium/) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver. * [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. + * [Hercules](https://github.com/test-zeus-ai/testzeus-hercules) - World's first open source end to end testing agent. * Mock * [doublex](https://pypi.org/project/doublex/) - Powerful test doubles framework for Python. * [freezegun](https://github.com/spulec/freezegun) - Travel through time by mocking the datetime module.