Following the first part, Adrian Maciuc shares several more handy tips for writing tests with Playwright.
Also, in this handy guide, Jan Molak explains how to Extend Playwright Test with Serenity/JS and leverage the Screenplay Pattern.
Ultimate Guide to Playwright Selectors
If you're looking for a comprehensive overview of Playwright selectors with examples, Dominik Szahidewicz wrote just that.
Will Playwright become next Selenium?
Babu Manickam shares a short overview of Selenium and gives several reasons that may convince you to switch to Playwright.
Playwright Accessibility Testing in Detail
If you want to learn how to do accessibility testing with Playwright, here's a helpful 24-minute recording by Jarad Saunders explaining it in detail.
Playwright vs Selenium Speed Comparison
If you wonder how these two popular tools compare in terms of test execution speed, here are some insights from Courtney Zhan.
Page Object Model in Playwright
In this helpful, 29-minute video, you'll learn how to design and apply the Page Object Model in Playwright.
Using Test Steps in Playwright
Want to improve the debugging process of your Playwright tests? Madeline Caples shows how to use test steps for that.
Additionally, Butch Mayhew wrote a helpful guide on Handling Headers and Authentication in Playwright.
Modern Web Testing with Playwright
This is a great overview of the modern testing goals by Andrew Knight, explaining how tools such as Playwright can help you achieve them.
And if you want to learn more about it, Malith Senadheera wrote a useful Playwright 101: Beginner's Guide.
Cypress vs Playwright — Flakiness Analysis
Andrew Goldis shared a very interesting analysis from 100s of real test projects to determine the difference in flakiness when Cypress or Playwright were used.
Dynamic data driven tests — Playwright
In this detailed guide, Thananjayan Rajasekaran shows how to generate and execute Playwright tests based on test data during run time.