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.
This commit is contained in:
generalrobin 2024-12-31 17:39:09 +05:30 committed by GitHub
parent 2252650cfd
commit 33123879e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. * [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. * [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. * [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 * Mock
* [doublex](https://pypi.org/project/doublex/) - Powerful test doubles framework for Python. * [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. * [freezegun](https://github.com/spulec/freezegun) - Travel through time by mocking the datetime module.