Hacker News new | ask | show | jobs
by stavros 296 days ago
Yeah, I mostly tend to work on web apps, where it's pretty hard to test all the interactions, so I'm hit by the bugs more often.
1 comments

With web apps playwright-mcp[0] is essential IMO. It lets the AI Agent check its own work before claiming it's done.

With that it can see any errors in the console, click through the UI and take screenshots to analyse how it looks giving it an independent feedback loop.

[0] https://github.com/microsoft/playwright-mcp

That's fantastic, thank you! I've had to do all that manually, this sounds like it'll save me a lot of time.