Playwright
Modern browser automation from Microsoft. Auto-wait, role-based selectors, cross-browser, fast in CI.
Playwright is the browser automation library that replaced Cypress as the default choice for new projects in 2026. Microsoft ships it with first-class support for Chromium, Firefox, and WebKit; auto-waiting that eliminates most of the flake that made Selenium and Cypress painful; role-based selectors that survive refactors and document accessibility; and a TypeScript API that is actually pleasant to use. The test runner is faster than Cypress in CI by a meaningful margin. For any new project that needs end-to-end browser tests, visual QA, or reproducible user-flow checks, this is the pick.
Similar Tools
Browser Harness
Self-healing browser automation harness that lets LLMs complete any browser task. 5,000+ stars in under a week.
Vitest
Vite-native test runner. Jest-compatible API, instant HMR for tests, native ESM and TypeScript, and built-in coverage. Default for new Vite and Next.js projects.
Convex
Reactive backend - database, server functions, real-time sync, cron jobs, file storage. All TypeScript. This site's backend (courses, videos, user data) runs on Convex.
Drizzle ORM
Type-safe SQL builder and ORM for TypeScript. Zero runtime overhead, honest schema migrations, bring-your-own-DB.
Get started with Playwright
Modern browser automation from Microsoft. Auto-wait, role-based selectors, cross-browser, fast in CI.
Try PlaywrightGet weekly tool reviews
Honest takes on AI dev tools, frameworks, and infrastructure - delivered to your inbox.
Subscribe FreeMore Infrastructure Tools
Vercel
Deployment platform behind Next.js. Git push to deploy. Edge functions, image optimization, analytics. Free tier is generous. This site runs on Vercel.
Convex
Reactive backend - database, server functions, real-time sync, cron jobs, file storage. All TypeScript. This site's backend (courses, videos, user data) runs on Convex.
Cloudflare
CDN, DNS, DDoS protection, and edge computing. Free tier handles most needs. This site uses Cloudflare for DNS and analytics. Workers for edge compute.
Related Guides
Building Your First MCP Server
Step-by-step guide to building an MCP server in TypeScript - from project setup to tool definitions, resource handling, testing, and deployment.
AI AgentsRun AI Models Locally with Ollama and LM Studio
Install Ollama and LM Studio, pull your first model, and run AI locally for coding, chat, and automation - with zero cloud dependency.
Getting StartedHooks System - Claude Code
Event-driven automation with 20+ lifecycle events.
Claude CodeRelated Posts

Codex Automations: Where Scheduled AI Agents Actually Help
Codex automations are useful when recurring engineering work has clear inputs, reviewable outputs, and safe boundaries....

Codex Is Becoming a General-Purpose AI Agent, Not Just a Coding Tool
OpenAI is turning Codex from a coding assistant into a broader agent workspace for files, apps, browser QA, images, auto...

Codex Loops: What Boris Cherny Gets Right About Managing Agent Work
Boris Cherny's loop-heavy Claude Code workflow points at the next Codex content lane: recurring agents that babysit PRs,...

Flue: The Agent Harness Framework and Why It Feels Different
A long-form technical read on Flue from Fred K Schott, with deeper comparisons against OpenAI Agents, Vercel AI SDK, Goo...

Flue and the Agent Harness Layer
Flue is trending because it names the part of agent infrastructure that is becoming product-critical: the programmable h...

How to Coordinate Multiple AI Agents: The Definitive Guide for 2026
Production-tested patterns for orchestrating AI agent teams - from fan-out parallelism to hierarchical delegation. Cover...
