desplega-ai/qa-use
Agent-first E2E testing CLI
What's novel
Agent-first E2E testing CLI
Code Analysis
10 files read · 3 roundsA CLI client and MCP server for a remote QA automation platform (desplega.ai) that provides browser automation, E2E test management with YAML definitions, cloud sync, and AI agent integration via Model Context Protocol.
Strengths
Well-organized CLI with 20+ subcommands, good separation between browser management, tunnel management, and API client layers. The MCP server integration for AI agents is a thoughtful addition, and the test sync system handles edge cases like name collisions and legacy file migration gracefully.
Weaknesses
The core 'intelligence' (test execution, AI agent) is entirely server-side, making this a thin client wrapper. The 83kb server.ts file is a monolith that could benefit from better decomposition, and the browser REPL (52kb) has significant code repetition across command handlers.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
174
Contributors
3
Files
216
Active weeks
18
Repository
Language
TypeScript
Stars
13
Forks
2
License
MIT