What's new in Playwright v1.50.0?
There are quite a few new features in the latest release of Playwright 1.50.0. Shivam Bharadwaj explains them in more detail.
Advanced Visual Testing with Playwright
If you want to improve your test automation strategy with visual tests, Dipen Chavan shows how to implement them using Playwright and other tools.
Also, Debbie O'Brien shares a tip about Handling Visibility in Playwright: getByText vs. getByRole.
Automating Accessibility Checks Using Playwright
Want to know how to test your web app for accessibility? Thara Perera shows how to achieve that with Playwright and axe-core.
Moreover, Tolga Ulusoy explains why we should Use await expect(locator).toHaveText()
Instead of expect(await locator.textContent())
in Playwright.
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!