Automation QA: Playwright Codegen is easy
Alex Khvastovich recorded a decent, 13-minute tutorial to Playwright's Test Generator capabilities.
Also, did you know you can Turn Playwright tests into Artillery Load Tests? Learn how with Jarad Saunders.
Ultimate Guide to Visual Testing with Playwright
This is huge! Mike Stop Continues wrote a very detailed guide to visual testing with Playwright. It's full of advice and code examples.
Playwright with Typescript tutorial on FIFA World Cup site
Want to learn Playwright in practice from a video tutorial? In a one-hour session, Dilpreet Johal explains how to use the tool to navigate through and test the FIFA World Cup website.
How to apply Playwright Fixtures with Page Object Model
Thara Perera shows how to leverage Playwright's Fixtures feature to manage Page Objects.
Also, some of you might be wondering: Should I use JavaScript or TypeScript with Playwright?
Using the Playwright Page Object Model
Madeline Caples wrote a fine guide to properly applying Page Object Model in Playwright.
Additionally, Butch Mayhew shows how to Calculate API Endpoint Coverage in Playwright.
What's new in Playwright 1.33 & 1.34
Playwright has had some significant updates recently. Here's Debbie O'Brien and Andrey Lushnikov explaining all about it.
Serenity supports Playwright Test UI Mode
If you like using BDD with Playwright tests, you might be happy to find out that the 3.3.0 version of Serenity/JS brings support for Playwright Test UI mode, as explained by Jan Molak.
Visual Testing in Playwright: Ensure UI Consistency
If you want to learn about visual testing with Playwright, here's a good 23-minute overview by Jared from CommitQuality.
Handling Multiple Login States Between Different Tests in Playwright
Login is one of the most popular and fundamental scenarios in UI tests. Butch Mayhew shows various ways of handling that in Playwright.
Playwright Data Attributes: Simplify Test Automation and Enhance Maintainability
Using data attributes in HTML elements for testing purposes greatly improves the experience and stability of tests. Here's a guide by Khurram Muslim explaining it, using Playwright as an example.
However, someone on Reddit shared a concern about this approach: Should we not use data-testid for element identification?.