Articles by Tag #playwright

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Letting Playwright MCP Explore your site and Write your Tests

What if your tests could write themselves — just by using your app like a real user? In this post,...

Learn More 264 36Jun 18 '25

Ozigi v2 Changelog: Building a Modular Agentic Content Engine with Next.js, Supabase, and Playwright

When I first built Ozigi (initially WriterHelper), the goal was simple: give content professionals in...

Learn More 44 16Mar 2

Please, Stop Redirecting to Login on 401 Errors 🛑

You spend 15 minutes filling out a long configuration form. You get a Slack notification, switch...

Learn More 29 10Jan 15

The "Spinner of Death": Why Localhost Latency is Lying to You

The "Localhost" Bias We've all been there. On your machine, the API responds in 5ms. The UI...

Learn More 10 6Dec 18 '25

Stop Refreshing Weather Sites: Automate Alerts with Python and Playwright

Learn how to scrape live weather data, store it in SQLite, and receive automatic...

Learn More 6 2Nov 26 '25

Building a Comprehensive E2E Test Suite with Playwright: Lessons from 100+ Test Cases

The Journey While developing the platform for LiveSpaces, I identified a critical gap in...

Learn More 10 6Nov 24 '25

Implementing Nova Act MCP Server on ECS Fargate

Browser Automation as a Service This technical blog post outlines the implementation of a...

Learn More 27 4May 1 '25

Does it really work for anybody, AI agentic testing, or automation

I have extensive experience in testing, automation, and setup of all these systems, and have...

Learn More 12 4Sep 23 '25

Catch Missing `await` Calls in Playwright Tests with ESLint

Have you ever run a Playwright test that just... didn’t behave as expected? Maybe it failed randomly....

Learn More 31 9Apr 16 '25

How We Catch UI Bugs Early with Visual Regression Testing

Visual regression testing is a powerful technique to ensure our web application looks as expected,...

Learn More 11 7Nov 12 '25

The Server-Side Mocking Gap Nobody Talks About

Per-test server-side mocking using MSW, Playwright, and any fullstack framework.

Learn More 36 0Mar 4

How to End-to-end (E2E) Test AI Agents: Mocking API Responses with Playwright in Next.js

Building an AI agent is fun. At least, I have had so much fun building out Ozigi, a social media...

Learn More 25 1Mar 6

PR-06 at Hacktoberfest: Applying E2E Testing Lessons to Chart.js + Alpha Vantage

Turned feedback from my HERE Maps tests into a first-try, high-quality Playwright E2E suite for the Chart.js page in Hackathon Starter.

Learn More 5 0Oct 26 '25

PR-05 at Hacktoberfest: Optimizing HERE Maps E2E Tests and Handling PR Feedback

Refined Playwright E2E tests for the HERE Maps page in Hackathon Starter after addressing seven rounds of maintainer feedback.

Learn More 1 1Oct 26 '25

Why AI Can't Write Good Playwright Tests (And How To Fix It)

This article is for anyone writing Playwright tests with AI assistance TL;DR: AI agents using...

Learn More 3 2Dec 3 '25

How We Automate Accessibility Testing with Playwright and Axe

At Subito, accessibility (a11y) is an important requirement for ensuring all users, regardless of...

Learn More 1 1Dec 10 '25

I Needed an APP to Track My Learning Journey, AI built it in less than half an hour with a single prompt

I have been trying to build a Learning Hub App for a good few months using various tools and have had...

Learn More 13 2Jan 17

HTML5 Canvas Testing with CanvasGrid and Playwright 🎭

Why Canvas Testing Is Hard HTML5 canvas elements are everywhere games, maps, drawing apps,...

Learn More 7 2Oct 4 '25

How We Fixed Firefox's localStorage Race in Playwright: Two Navigation Helpers

TL;DR Firefox's addInitScript can race against page rendering when seeding localStorage...

Learn More 1 0Feb 24

Install Playwright MCP Server in VS Code

Installing MCP(Model Context Protocol) servers in Visual Studio Code just got a major upgrade! With...

Learn More 66 6Jul 15 '25

Got frustrated with the docs, so I made a Playwright Cheatsheet

Every time I need to look up the Playwright docs, I open about 10+ tabs just to piece together what I...

Learn More 8 3Sep 11 '25

Introduction to Playwright.

Introduction The web today isn't what it used to be. For years, I relied on request and BeautifulSoup...

Learn More 0 1Oct 4 '25

Playwright MCP Servers Explained: Automation and Testing

Did you know Playwright has two MCP servers. Yes kinda confusing, let me explain it. The Playwright...

Learn More 5 1Nov 17 '25

How Accessibility Tree Formatting Affects Token Cost in Browser MCPs

Token cost in browser automation MCPs has become a real topic — articles like "Playwright MCP Burns...

Learn More 20 0Feb 26

AI-Powered Test Automation: How Playwright Agents Plan, Write, and Fix Tests for Us

There’s a point in every QA engineer’s journey when maintaining automated tests becomes harder than...

Learn More 7 0Oct 14 '25

nextcov - Collecting Test Coverage for Next.js Server Components

📝 UPDATE (January 2025): As of nextcov@1.1.0 with ast-v8-to-istanbul@0.3.10: JSX branch coverage...

Learn More 2 3Jan 1

AutoQA-Agent: Write Acceptance Tests in Markdown, Run Them with AI + Playwright

AutoQA-Agent is a Docs-as-Tests CLI: you write acceptance tests in plain Markdown, and it runs them...

Learn More 1 0Dec 19 '25

Integrating Playwright with Next.js — The Complete Guide

What is Playwright? Playwright is a modern automation and testing framework built by...

Learn More 1 0Oct 16 '25

Automation with Playwright: Building a Scalable Testing Architecture

In today's digital landscape, web applications must deliver flawless experiences across an expanding...

Learn More 2 0Oct 15 '25

Smart Test Skipping: Building a Lightweight Playwright Dependency Analyzer

When an end-to-end test suite scales, so does the frustration from cascading failures. A single bug...

Learn More 0 0Oct 30 '25