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 257 36Jun 18 '25

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

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 8 2Jan 15

Organizing Playwright Tests Effectively

Organizing Playwright Tests Effectively When working with end-to-end (E2E) testing in...

Learn More 178 2Jan 21 '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 5 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 5Nov 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

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

Retro’ing and Debugging 2024: A Journey of Growth and Reflection

As we step into a new year, it’s common to look back on the one that has just passed. The practice of...

Learn More 9 0Jan 17 '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

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 5 2Dec 3 '25

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

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

Page Objects vs. Functional Helpers

Page Objects vs. Functional Helpers A while ago, I published Functional Programming Test...

Learn More 43 18Feb 22 '25

HTML5 Canvas Testing with CanvasGrid and Playwright 🎭

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

Learn More 6 2Oct 4 '25

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 60 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

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

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 4 1Nov 17 '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

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

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

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 1 1Jan 1

V8 Coverage Limitations and How to Work Around Them

🎉 UPDATE: This limitation has been FIXED! As of ast-v8-to-istanbul@0.3.10, V8 coverage now properly...

Learn More 0 0Jan 1

Why Verdex Uses CDP Directly

This is probably the most common question I get from engineers about Verdex: "Why use CDP instead of...

Learn More 1 0Dec 10 '25

E2E Coverage in Next.js: Dev Mode vs Production Mode

nextcov supports collecting coverage from both next dev and next build && next start. This...

Learn More 0 0Jan 1

V8 Coverage vs Istanbul: Performance and Accuracy

When it comes to JavaScript code coverage, Istanbul has been the industry standard for over a decade....

Learn More 0 0Jan 1