#playwright

7 items tagged with "playwright"

Blog Posts (7)

Playwright MCP with Claude Code: Setup & CI Guide

Jun 22, 2026

Set up Playwright MCP with Claude Code, run it in CI, and store the results across runs. A complete guide to the browser-automation agentic loop.

Playwright Pricing in 2026: Free vs Paid Compared

Jun 22, 2026

Is Playwright free? A 2026 Playwright pricing breakdown of Microsoft Playwright Testing, Currents, and test-result hosting, compared by billing model.

Playwright Reports: HTML, JSON, JUnit & Sharing in CI

Jun 11, 2026

Generate Playwright HTML, JSON, JUnit, and Blob reports, run them in CI, and host them so your team can open every run without the local machine.

Playwright Test Agents: Planner, Generator & Healer

Jun 8, 2026

How to use Playwright's planner, generator, and healer agents (v1.56+), run them in CI, and track whether agent-written tests actually stay stable over time.

Why `gaffer affected-tests` Returned Empty for Every E2E-Touching Edit I Made

May 13, 2026

I tried to fix flaky Playwright tests by using Gaffer the way a coding agent would: find flakies, narrow with `affected-tests`, fix, verify. The loop broke at step two. Here's what was wrong and what shipped.

Playwright MCP + Claude Code: A Complete Test Loop

May 10, 2026

Wire Playwright MCP into Claude Code, then close the loop with Gaffer's MCP so the agent reads CI results, spots flaky failures, and iterates.

Dogfooding Gaffer's MCP Server to Fix Slow Playwright Tests

Jan 1, 2026

Using Gaffer's own analytics to find and fix slow E2E tests. Here's what I found and how I fixed it.