Migrating from Puppeteer to Playwright
In a way, Playwright is an evolution of Puppeteer. Tim Nolet nicely describes the differences and explains how to migrate between them.
Playing with Playwright — Java API
Playwright recently moved from being a JavaScript-only tool to supporting other languages as well. So here you'll find a nice guide from Angie Jones on getting started and writing your first test in Java.
Playwright Test and Browser Automation
Charles Chen gives a great high-level overview of Playwright — an open-source tool for end-to-end testing — and compares it to the other popular tools.
Reliable Visual Validation using Playwright
Rajat Bhardwaj gives an overview of using Playwright's screenshot snapshot feature for visual regression testing.
Puppeteer & Playwright snippets and guides
This is a brand-new site with awesome tips, tricks and in-depth guides on Puppeteer and Playwright — the headless testing frameworks. Great project by the Checkly dev team!
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.