test-zeus-ai/testzeus-hercules — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an open source testing agent called Hercules that lets people write simple Gherkin style test steps in plain English and have the tool run real automated tests for them. It should be aimed at teams that don’t want to maintain lots of test code.

I want it to handle web UI testing through a browser, API checks, security checks, accessibility checks, and visual validations where possible. Users should be able to point it at a feature file, test data, and an output folder, then get a clear HTML report, JUnit XML results, screenshots, videos, and network logs as proof of what happened.

Please include a simple command line way to run it, configuration for an LLM model, a sample project layout, example feature files, and a basic frontend or viewer if that fits the repo. Also support optional custom Python helper scripts from Gherkin steps for advanced cases.

Look up current docs online if you need to.

Want more depth? Deep Reverse