testomatiotestomatioOfficialยท3 Agent Skills Included

explorbot

Autonomous exploratory web testing with self-healing browser runs

Explores web applications autonomously, clicking elements, filling forms, and inventing test scenarios without pre-written scripts. Eliminates brittle selectors, manual test writing, and repetitive QA clicking by recovering from failures and learning from each run. Produces runnable Playwright or CodeceptJS tests, markdown reports, and screencasts ready for CI pipelines.
npx skills add testomatio/explorbot --all -g -y
Available:

Gives the AI agent the architectural rules, agent responsibility boundaries, and prompt-writing principles it must follow when building or fixing Explorbot's autonomous web testing behavior.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Explorbot?โ–ผ

Run `npx skills add testomatio/explorbot --all -g -y` in your terminal to install all skills in this suite globally.

How to test a web app without writing test scripts?โ–ผ

Point Explorbot at your app URL and it researches pages, plans scenarios, and executes tests on its own. It saves passing flows as runnable Playwright or CodeceptJS tests you can commit to CI.

How to debug a failed Explorbot session?โ–ผ

Use the explorbot-debug skill to analyze Langfuse traces and session logs, identify why the AI made wrong decisions, and generate a knowledge file that fixes the behavior on the next run.

Does Explorbot work with Claude Code and Cursor?โ–ผ

Yes. Its skills follow the universal SKILL.md standard, and coding agents can drive Explorbot as a terminal command or subagent to execute test plans against a real app.

Can Explorbot test REST APIs too?โ–ผ

Yes. Point it at an OpenAPI specification and it plans and runs API tests alongside its browser-based exploratory testing.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’