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.
In the third part of the popular series, Adrian Maciuc shares even more handy tips for testing with Playwright.
Also, Vinicius Gabriel Cabral Paulino wrote a great guide explaining how to address Playwright Visual Tests and the "Environment Flakiness".
This is a yet another insightful compilation of useful Playwright features by Adrian Maciuc.
Also, Shiv Jirwankar shows an example of Encapsulation in Page Object Model in Playwright.