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.
End-to-End Testing an AI Application with Playwright and GitHub Actions
Wondering how to test an AI app? Jacob Habib explains how to achieve that with Playwright.
Furthermore, Chamila Ambahera provides a Practical example of Automating Testing of AI-generated content.
Say Goodbye to Flaky Tests: Playwright Best Practices Every Test Automation Engineer Must Know
Having problems with flaky Playwright tests? Samuel Sperling listed useful practices that can help you reduce it.
Similarly, Roman Khomitskyi advises on How to retry only failed Playwright tests within GitHub actions jobs.
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.
Why you shouldn't run tests sequentially
Writing tests that rely on execution order may lead to test flakiness. Nočnica Mellifera explores better alternatives like fixtures, hooks, and test steps.
Also, Lana Begunova advises to Stop Running High-Risk E2E Tests in Every Browser.
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.
Make Your End-to-End Tests More Stable with Playwright's User-first Selectors
There are many ways to locate elements using Playwright. However, Nočnica Mellifera advises using the ones that are the closest representation from the user's perspective in order to find accessibility issues.
Moreover, Thananjayan Rajasekaran wrote a handy guide on Optimizing Database Integration in Playwright.