ALL TAGS

Tag: playwright

Real-time

Porting Go-Rod to TypeScript: Browser Automation from Scratch

Go-rod — the DevTools Protocol automation library used by Charmbracelet for VHS — is being ported to TypeScript as a multi-package monorepo. Three packages complete: cdp-input (keyboard/mouse encoding), cdp (WebSocket client), and browser-launcher (process management). 107 tests, 179 expects. Zero dependencies.

March 21, 2026 6 min read
Read Story →
Testing

BDD Is Not Dead: How Gherkin Scenarios Turned My Micro-SaaS Test Suite Into a Living Contract

How Vibe uses Cucumber.js with Gherkin scenarios and Playwright to describe and execute full user journeys — create a vibe, purchase credits, approve payments — with tests that non-developers can read.

February 13, 2026 14 min read
Read Story →