sijeeshmiziha/agentqx
Agentic E2E testing from any URL. Paste your app’s URL, walk away, come back to a Playwright suite that’s been run, fixed, and hardened.
Platform-specific configuration:
{
"mcpServers": {
"agentqx": {
"command": "npx",
"args": [
"-y",
"agentqx"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> <h1 align="center">agentqx</h1> <p align="center"> <strong>Give it a URL. Go to sleep. Wake up with a battle-tested E2E test suite.</strong> </p> <p align="center"> A CLI and MCP server that builds full Playwright E2E test suites for any web app. You provide a URL; it explores the site, generates tests, runs them, fixes failures, and adds tests for uncovered pages—until every test passes or it hits safety limits. </p> <p align="center"> <a href="https://www.npmjs.com/package/agentqx"></a> <a href="https://www.typescriptlang.org/"></a> <a href="https://github.com/sijeeshmiziha/agentqx/blob/main/LICENSE"></a> <a href="https://github.com/sijeeshmiziha/agentqx/pulls"></a> </p> </p>
---
No extra complexity: no coverage scores to hit, no “keep vs discard” decisions—only pass or fail, and the loop keeps going until everything passes.
---
npx playwright install chromiumLoading reviews...