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.
Playwright with Allure Reporter published on AWS S3 Bucket — full parallelization
Looking for a robust reporting solution for your Playwright tests? Adrian Maciuc shows how to integrate Allure Report and store them in the cloud.
Furthermore, Cerosh Jacob wrote a helpful guide to Playwright's Retry Feature for Individual Test Steps.
A Simple and Effective E2E Test Architecture with Playwright and TypeScript
In this helpful example, Denis Skvortsov shows a good way of structuring your Playwright test automation project
And with the rising popularity of the tool, some are asking: Should I fight for Playwright?
How to add Type Checking and Linting to your Playwright Project
So apparently, Playwright doesn't check for type errors by itself, even if your tests are written in TypeScript. To fix that, Stefan Judis shows an alternative solution.
Also, Butch Mayhew wrote a helpful guide on How To Load a Custom Test Fixture or Setup Projects When Running Playwright Test Code Generator.
Playwright Mastery: Integrating Web Servers, API Schemas, Geolocation, and Localization
If you write tests in Playwright for advanced test automation, Thananjayan Rajasekaran shows some of the less-known features it provides.
A Unified Approach to API, Database and E2E Testing with Playwright
Playwright has a built-in API request functionality that can support your end-to-end tests. Mahtab Nejad shows several examples of using it.
Furthermore, Aya Akl wrote a great guide on how to Enhance POM using Playwright Fixtures.
How we changed Our Testing Framework From Cypress to Playwright
Nowadays, you can often see people comparing the two modern web app testing tools — Cypress and Playwright. But what is the difference in practice? Here are the lessons learned by Rodion Salnik.