Dynamic Class Loading for Page Objects in Playwright Automation
Thananjayan Rajasekaran demonstrates using the Page Object Model in Playwright for flexible scenarios, such as localisation testing.
Also, Marcin Michalak provides some good examples of Automated accessibility test scripts in Playwright.
Building a simple configuration mechanism for your Playwright project
Do you want to make your Playwright test configuration more flexible? Kostiantyn Teltov shows a few tricks to achieve that.
Also, Butch Mayhew wrote a fine guide to Playwright-Cli-Select For Quick Targeted Test Runs via CLI.
Playwright Visual Testing; How Should Things Look?
Maxwell Nyamunda gives a practical overview of Playwright's visual testing feature.
Moreover, Debbie O'Brien has a helpful tip on Playwright Assertions: Avoid Race Conditions with This Simple Fix!
Playwright Test Automation: POM, BDD & DDT Architectures
Do you know these concepts? Senanur Korkmaz uses examples to demonstrate how to implement them in Playwright tests.
AI-Driven Test Automation with Playwright + Cursor + MCP Server
Last week, I mentioned the official Playwright MCP server release by Microsoft. And now, Joan Esquivel Montero shows how to use it in this insightful 20-minute overview.
I also recommend watching Joan's previous tutorial on Integrating Playwright with Claude AI from Scratch.
Make your Playwright tests run faster by using the Playwright API to wait
Wait, what? Can waiting make your Playwright tests faster? Mike Harris explains the idea with examples.
What's more, Irfan Mujagić demonstrates Boosting API Test Efficiency with Playwright's Request Interception.
Your 80 Questions about Playwright, Answered
If you're wondering whether Playwright is a good choice for your test automation project, Andrey Lushnikov — one of Playwright developers — answered 80 (!) questions that can help you decide. Quite an interesting way to learn more about a tool, I must say!
Effortless End-To-End Testing with Microsoft Playwright
In this clear guide, Niko Heikkilä explains why it's worth to consider Playwright as a tool for end-to-end web testing and shows how to get started.
Cypress vs Selenium vs Playwright vs Puppeteer speed comparison
Giovanni Rago did a great job by comparing the performance of tools under different scenarios. Surprised by the results? Because I am!
Speaking of the speed, here's Zhimin Zhan effort to answer Which Selenium WebDriver locator is faster?
Playwright vs WebDriver: The Future of Browser Automation
Is Playwright — the open-source testing tool — ready to replace WebDriver? Adam Tapper first describes the key features and limitations of the tool and then compares it to WebDriver.