P
Pat Walls @thepatwalls
Saturday, August 16, 2025 import

Tweet

AUTOMATED INTEGRATION TESTING WITH CLAUDE CODE Probably everybody knows this but... I figured worth sharing. Claude Code can spin up a browser using Playwright MCP and do pretty much anything you want it to. - Test edge cases - Fix bugs - Add features - and well... whatever you want! All you need to do is run the code in the screenshot below and then prompt CC with something like this: "open localhost:3000 using playwright mcp, test X feature, and fix any bugs/edge cases you can find" It will literally open up a browser, do its thing, and fix the bug, add the feature, test and confirm things are working, etc. And then going forward, it should be smart enough to start testing more things with Playwright. h/t to @marckohlbrugge for sharing this with me What a time to be be alive