Back to Apps

QAcito
Supports UIby dpaul20
Autonomous QA platform powered by Playwright. Let AI write, run, and fix your end-to-end tests automatically.
0 stars
Works in:claude
Exposes:Tools
What it does
QAcito provides a sophisticated execution layer for automated quality assurance. It transforms an AI assistant into a QA engineer by exposing deep integration with Playwright, allowing the AI to analyze a project's tech stack, write test specs, execute them, and autonomously fix failing tests through a self-healing loop.
Key features
- Autonomous Test Authoring: AI analyzes the project root and writes Playwright specs based on a generated test plan.
- Self-Healing Loop: Automatically detects test failures, reads the error logs, and rewrites the spec to fix the issue.
- Live QA Dashboard: Real-time monitoring of test runs, history, and execution plans via a local web interface.
- Async Parallel Execution: Supports orchestrating multiple sub-agents to run different test suites concurrently.
Installation
Install and register via Claude Code:
npm install && npm run build
claude mcp add --scope user qacito -- node "$(pwd)/dist/server/index.js"
For Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"qacito": {
"command": "node",
"args": ["/absolute/path/to/qacito/dist/server/index.js"]
}
}
}
Supported hosts
- Claude Code
- Claude Desktop
Quick install
npm install && npm run buildInformation
- Pricing
- free
- Published
- 7/18/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
claude-code
Use `claude mcp add` command.Claude Desktop
Add node /absolute/path/to/qacito/dist/server/index.js to claude_desktop_config.json





