Qure: Desktop App for Generating E2E Tests from Recorded Browser Flows

Qure is a desktop application built at JetBrains that's currently in closed beta. It generates end-to-end web test code from recordings made in its built-in browser.
How It Works
Instead of describing test flows in text for AI agents, you record your manual QA scenarios by interacting with your product in Qure's built-in browser. The AI then turns that recording into test code.
Key differentiators from typical AI test generation:
- No prompt engineering required
- No MCP setup needed
- No explaining your repository structure in chat - you point it at your project and go
- The AI matches recordings against your existing codebase to find page objects, helpers, and constants
- When tests fail, the agent reads real failure output and fixes issues with actual error and application context
Additional Features
Beyond recording, you can also:
- Refactor existing tests
- Update tests
- Write new tests from descriptions
Technical Details
The tool is web-only and works best with Playwright. According to the developers, if your project only has a few dozen tests, Claude Code might be sufficient. Qure makes more of a difference on larger codebases with existing test infrastructure.
The developers note this is an experimental product in closed beta and are open to questions about where the approach breaks or has limitations.
📖 Read the full source: HN AI Agents
👀 See Also

Claude Skills to Emulate a Design Studio Environment
A designer shares two Claude skills: one simulates a studio with teammates and design methods, the other adds 'rigorous play' for creativity.

OpenClaw Skill 'Waiting Tips' Shows Learning Tips During AI Response Wait Times
The 'Waiting Tips' skill for OpenClaw sends a random learning tip immediately when a user sends a message, filling the 5-10 second wait time for AI responses with useful content. It includes 75 bilingual tips in five categories and works across multiple messaging platforms.

MCP Server Connects Claude to Agent-to-Agent Marketplace
A developer built an MCP server that exposes five tools and two resources, allowing Claude to search, invoke, and pay for capabilities from other AI agents in a marketplace. The server includes persistent storage in an agent vault and was largely implemented using Claude Code.

Prompt-Master: Claude Skill for Generating Accurate AI Tool Prompts
Prompt-Master is a free Claude skill that writes accurate prompts for various AI tools including Cursor, Claude Code, GPT, Midjourney, Kling, and Eleven Labs. The tool has reached 600+ stars on GitHub and processes 4000+ traffic.