Every deploy — same manual test steps. Login, open the form,
fill the fields, check the result. Over and over.
I wanted to skip the Playwright/Selenium boilerplate and just
paste my existing test cases as plain text.
qpilot — an AI agent that reads your manual test case and
executes it in a real Chrome browser step by step.
You write this:
The agent opens Chrome, clicks, fills forms, and reports
pass/fail/warn per step with evidence from the page.
If it hits an OTP or captcha — it s and asks you directly. npx qpilot
No code. No config. No Selenium.
TypeScript, Playwright, Claude Haiku via Anthropic API.
Open source: qpilot Curious what you think — especially about edge cases
you'd want it to handle.