A Feature Map Framework with Playwright for Improved UI Testing Tracking
Butch Mayhew shows a handy way of assessing feature coverage with Playwright — a solution that can be applied to other test frameworks, too.
In relation to that, Maaret Pyhäjärvi tells us about Model-Based Testing in Python.
Comprehensive Playwright-Powered End-to-End Testing using Page Object Model
Balaji Kumarasamy created a helpful demo of setting up a test automation framework with Playwright. You can find the repository here.
Furthermore, Cerosh Jacob shows how to write Clean Test Cases Using Page Object Model (POM) in Playwright.
Improve test coverage by parameterising tests with Playwright and other tools
Mike Harris gives a helpful overview of the test parameterisation feature in various frameworks, using Playwright as an example.
Furthermore, Sergei Gapanovich shows A better way to control before and after blocks with test titles.
Considering migrating from Selenium to Playwright — What are the hard benefits?
If you face a similar dilemma, this is an insightful Reddit discussion about finding solid arguments behind moving from Selenium to Playwright.
In relation to that, Damian Peralta briefly explains: Why should you choose Playwright as your End-to-End testing framework?.
Turn Playwright into AI-Powered Test Automation with Claude MCP Server
In this 13-minute video, Karthik K.K explains how to leverage the Model Context Protocol to connect Claude AI to the local Playwright environment and write tests with it.
Furthermore, he also used it to implement No-Code API Testing with Playwright + AI.
How to Monitor JavaScript Log Messages and Exceptions with Playwright
And if you're using Playwright with JavaScript, it can also help you find errors and exceptions in the console, as Nočnica Mellifera nicely explains.
Testing AI — How to create Automated Prompt Testing With Playwright
Wondering how to test the output of LLM-based apps? Stuart Thomas shows a few ways of achieving that with Playwright and TruLens.
Additionally, Linda Benboudiaf wrote a helpful guide to Mastering Prompt Engineering: Elevating QA Testing Automation with Contextual Examples.
A Simple and Effective E2E Test Architecture with Playwright and TypeScript
Wondering how you should design and structure your Playwright tests? Denis Skvortsov wrote a great overview with examples.
What's more, Matthew Thomas shows how to Detect and Handle Flaky Playwright Tests using the CTRF reporter.
Automating Authentication in Load Testing with Playwright, Shell Scripting, and K6
If your load tests require authentication, Mahtab Nejad shows how to solve that challenge using Playwright and k6.
A beginner's guide to starting API testing with Playwright JS
Want to test APIs with Playwright? Team Merlin shared a detailed guide on how to set up the framework, implement tests and test reporting.
Furthermore, Sumit Soman wrote a handy Playwright's Guide to Mocking APIs & Network Traffic.