Skip to main content

2 posts tagged with "testing"

View All Tags

Autonomous Building and Testing with Browsr in the Loop

· 5 min read

The most powerful AI development setups I've seen share a common trait: the agent has both code access and browser access at the same time. Not sequentially — simultaneously. It can edit a file, save it, reload the browser, take a screenshot, catch an error, fix the code, and reload again — all without stopping to ask what you see on screen. Here's what that loop looks like in practice.

Building a Visual Testing Skill with Browsr Relay

· 4 min read

One of the most useful things you can give an AI agent is the ability to see what it just built. With Browsr Relay, you can give Claude Code, Codex, or any other agent a "visual testing skill" — a short document that tells the agent how to navigate to your app, take a screenshot, check for JavaScript errors, and report what it sees. Here's how to build one.