testomatio/explorbot — reverse-engineered prompt
Reverse engineered prompt
Build me a TypeScript command line tool called Explorbot that can automatically explore and test a web app in a browser.
I want to point it at a URL, give it an AI provider key, and have it click around like a curious human tester. It should inspect pages, fill forms when it can, find obvious bugs or accessibility issues, and turn what it learns into useful test scenarios. It should work from a terminal, with an interactive mode where I can run commands like explore, research, plan, test, and navigate, plus simple one shot CLI commands for headless runs.
Please include config setup, support for login knowledge or saved sessions, and outputs like generated test plans, runnable browser tests, saved experience, and optional screencasts. It should use Playwright or CodeceptJS for browser control and be able to save tests in a format I can commit and run later in CI.
Look up current docs online if you need to.
Want more depth? Deep Reverse