Playwright Mastery: Alert, Slider, Drag and Drop, Handler and Evaluate — Part II
Thananjayan Rajasekaran continues the series of dealing with challenging parts of web automation using Playwright.
Additionally, Meris Stupar demonstrates how to Achieve WCAG Standard with Playwright Accessibility Tests using Axe.
Comparing JavaScript End-to-End Testing Frameworks: Cypress vs. Selenium vs. Playwright
Wondering about the similarities and differences between Cypress, Selenium and Playwright? Sean Coughlin did a short comparison.
And if you're looking for more comparisons, check out this insightful Reddit thread: Cypress vs. Playwright.
JavaScript vs TypeScript in Test Automation. A Closer Look at Playwright and Cypress
With the rising popularity of TypeScript, you may wonder whether it's better to choose it over JavaScript for test automation. Vadym Nastoiashchyi explains the differences and advantages.
You may also be interested in what other testers think about Selenium VS Playwright.
Nikita Filonov wrote a comprehensive guide to setting up a test automation framework with good practices using Playwright and Allure Report.
And that's not all — Nikita also shows how to Write API automation tests in TypeScript with Playwright.
Is This the End of Selenium & Playwright? Claude 3.5 Sonnet Takes Over!
The AI technology is improving rapidly and we're getting to a stage where it's able to control a computer. So naturally, it raises questions about whether it can start testing by itself. In this 5-minute video, Karthik K.K gives a short overview of the Claude 3.5 Sonnet model capabilities.
Ideas to speed up Playwright End-to-End tests? (Typescript, GitHub Actions)
It's convenient to write tests with Playwright — but what if you want to make them run faster? You'll find a few pieces of advice from the community in this Reddit thread.
Additionally, Thananjayan Rajasekaran explains how to use Custom Assertions in Playwright.
How To Run Failures Only From The Last Playwright Run Via CLI
Want to rerun your latest failed Playwright tests? Now it's possible with just one command, as Butch Mayhew explains.
End-to-End Testing an AI Application with Playwright and GitHub Actions
How would you test AI-based web apps? Jacob Habib demonstrates an interesting end-to-end testing solution using Playwright.
Request-Mocking-Protocol: A New Approach to Mocking Server-Side Requests in E2E Testing
In this detailed overview, Vitaliy Potapov proposes a scalable, proxy-free method for mocking server-side API requests in Playwright tests in order to improve their reliability.
Curious about the experience of getting started with Cypress and Playwright? Sebastian Clavijo Suero wrote an extensive overview, sharing insights from his experiments.
Furthermore, Vadym Nastoiashchyi shares an overview of JavaScript UI Test Automation Frameworks — latest updates in 2025.