Expect more with playwright-expect
What's the biggest advantage of open-source projects? The freedom to contribute. Yevhen Laichenkov has just proven it by creating a handy assertion library playwright-expect for Playwright.
Is Playwright better than Cypress?
Both Cypress and Playwright are some of the most popular tools for web test automation. So how do they compare? Ganesh Hegde listed out the pros and cons of each.
And if you want to see an example, Muzammil Ahmed wrote a good tutorial for E2E Implementation of Web Test Automation using Playwright.
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.