Playwright Page Object Model Boilerplate Project
Looking for a good headstart to writing tests with Playwright? Angelo Loria created a handy playwright-boilerplate that you can adopt.
Furthermore, Madeline Caples explains how to use Playwright's VS Code Extension for convenient test implementation.
Comparing Automated Testing Tools: Cypress, Selenium, Playwright, and Puppeteer
Wondering how the most popular testing tools compare in terms of performance, such as test execution speed? Have a look at this thorough analysis by Luc Gagan.
Luc has also written A Comparative Analysis of Playwright Adoption vs Cypress and Selenium.
Playwright stories: Visual comparisons with Dynamic data
Kostiantyn Teltov shows Playwright's handy feature of writing smart visual tests that ignore part of the screen where the app uses dynamic content.
Speaking of data, Butch Mayhew demonstrates how to Create a DataFactory to Manage Test Data.
Directory of all Playwright video tutorials
Once again, Luc Gagan delights us with some handy Playwright resources. This time, it's about many videos, such as tutorials, feature overviews, and more.
The New Playwright UI Mode looks awesome
Kostiantyn Teltov thoroughly reviews the new UI mode in the just-released Playwright 1.32. There are plenty of interesting features!
Similarly, Kailash Pathak demonstrates How to Run Test Cases in Playwright's UI Mode.
Cypress vs Playwright — which JavaScript testing framework is better?
Józef Szymala does a deep comparison of two popular tools for testing web applications— Cypress and Playwright.
Similarly, Aleksandar Zeljković also compares Cypress vs Playwright — Clash of the Titans: Writing first tests.
Cypress vs Playwright: some comparison elements
This is an interesting analysis of the two tools that sparked an equally interesting discussion in the comments on Reddit.
There's also another thread asking for opinions on Selenium or Cypress? What is better to learn?.
Five Playwright Tips to Level Up Your Testing Game
Stefan Judis shares a handful of practical tips that can help you get the most out of Playwright.
Moreover, Tally Barak wrote a decent Illustrated Guide to Using Promise.all in Playwright Tests.
Playwright — Generate Assertions with ONE Button Click!
The 1.40.0 release of Playwright brought a handy feature that speeds up creating assertions. Jarad Saunders explains it in this short, 5-minute video.
API Contract Testing on Frontend with Playwright
Playwright is a versatile tool and Andrey Enin shows how you can use it to validate contracts of your APIs.
Moreover, Kostiantyn Teltov explains the Controller and action layer concepts in API test design.