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

✍️ OpenClawRadar📅 Published: March 24, 2026🔗 Source
Qure: Desktop App for Generating E2E Tests from Recorded Browser Flows
Ad

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
Ad

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

Ad

👀 See Also