Bakkappa N neatly describes three possible ways of mocking APIs in Playwright tests with examples.
Additionally, Mohammad Faisal Khatri explains How to test POST requests in Playwright.
Unleash the Full Power of Playwright With @playwright/test
Stefan Judis shares the features of @playwright/test — a dedicated test runner for Playwright.
Speaking of that, here are a few Playwright tips that will make your life easier — including how to select, act and combat flaky tests.
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.
AI for Playwright and Selenium
Jason Arbon has just announced the coTestPilot — an open-source AI-powered extension for Playwright and Selenium frameworks that automates web testing and bug detection.
Furthermore, Vitaliy Potapov shares a great example of implementing "Fix with AI" Button in Playwright HTML Report.
Why you should never use page.waitForTimeout() in Playwright
We should always be careful when using waits in tests. Nočnica Mellifera explains why it's important in Playwright as well.
Moreover, Navanishan Reddy L. shows a helpful example of Intercepting Network Requests in Playwright.
Playwright Release 1.51: Smarter Debugging, Enhanced Reports & More!
Playwright 1.51 is out and Debbie O'Brien tells us about the latest features that were introduced to make testing even more efficient.
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.
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.