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

Qwen3.5-9B-Claude-4.6-Opus-Uncensored-v2 Model Released with LM Studio Configuration
A merged uncensored model combining Qwen3.5-9B architecture with Claude 4.6 Opus training data is now available, with specific LM Studio 0.4.7 settings provided for optimal performance including temperature 0.7 and top K sampling 20.

Microsoft VibeVoice: 60-Min ASR and 90-Min TTS Models Open-Sourced
VibeVoice is a family of open-source voice AI models from Microsoft including ASR (60-min single-pass, speaker diarization, 50+ languages) and TTS (90-min multi-speaker, real-time streaming). Uses 7.5 Hz continuous speech tokenizers and next-token diffusion.

MCP server connects AI agents to existing Chrome sessions with cookies and auth
@playwright-repl/mcp is an MCP server that connects AI agents to your existing Chrome browser via the Dramaturg extension, providing access to your real browser session including cookies and authentication. It supports full Playwright JavaScript, assertions, and works with Claude Desktop, Claude Code, Cursor, or any MCP client.

Open-Source Ralph Loop Toolkit for Claude Code: Pickle Rick and Mr. Meeseeks Agents
An open-source extension for Claude Code implements the Ralph Loop technique with two autonomous agents: Pickle Rick for PRD-driven development and Mr. Meeseeks for code review. Both use tmux with live dashboards and macOS notifications.