Validating JSON Schema with Playwright
Testing APIs with Playwright? Butch Mayhew explains how to build a solution to validate if your JSON schema is correct.
Furthermore, Amr Salem wrote a decent guide to Managing Database Integration With Playwright.
Page Object Model on Playwright?
Someone on Reddit wondered whether Page Object Model makes sense in Playwright, and people responded by sharing their experiences.
And if you're looking for more advice, once again, Luc Gagan has some good Tips for Writing Efficient Playwright Test Scripts.
Deciding between Playwright vs Cypress
If you're asking yourself whether you should use Playwright or Cypress for test automation — you're not alone. Here are some opinions from the Reddit community.
However, if you decide to Migrate from Cypress to Playwright, Luc Gagan wrote an excellent guide.
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.