SPSandeep Pandainbug0.com·10h ago · 13 min readPlaywright CLI vs. Playwright MCP: which one should drive your AI browser tests?tldr: Microsoft ships two ways to hand an AI agent a browser: Playwright MCP and the newer Playwright CLI. Both shipped fresh releases on June 10, 2026, and they answer the same question with opposite42DJ
SPSandeep Pandainbug0.com·1d ago · 10 min readWhat's new in Playwright 1.61: passkeys, web storage, and flake-proof videotldr: Playwright 1.61 retires three hacks you have been running for years: faking passkeys, reading localStorage through evaluate(), and losing the video on the run that actually failed. Here is what 00
SPSandeep Pandaintownhall.hashnode.com·May 18 · 2 min readBreaking Apps Hackathon WinnersThe Breaking Apps Hackathon ran for four weeks, sponsored by Bug0. The brief was simple: write Passmark tests for any web app, then publish a Hashnode article about what you found. The entries made th04INMP
SPSandeep Pandainbug0.com·Apr 23 · 8 min readIntroducing Bug0 Browsers: cloud Chromium as a Browser-as-a-Service for AI agentstldr: Bug0 Browsers is a new Browser-as-a-Service for 2026. Cloud Chromium with per-minute billing, live preview on every session, and standard CDP. Built for Playwright, Puppeteer, and AI agents. Th00
SPSandeep Pandainbug0.com·Apr 17 · 24 min readHow to shard your Playwright tests: from 60 minutes to 8tldr: Sharding splits your Playwright test suite across multiple CI machines so they run in parallel. A 60-minute suite becomes 8 minutes with the right setup. This guide gives you copy-paste CI confi00