Playwright Automation Testing in 18 Minutes
Just as the title says, Nikolay Advolodkin shows a practical guide on getting started with Playwright test automation.
Furthermore, Joan Esquivel Montero recorded an 11-minute video about Automated Accessibility Testing with Playwright.
Timeouts Against Flaky Tests: True Cases with Playwright
In some scenarios, Playwright tests can be flaky, too. Andrey Enin gives three examples and offers a controversial, but effective solution using timeouts.
Furthermore, Ravi Kiran showcases the Effective Utilization of Playwright Fixtures.
Embarking on the great migration: From Selenium to Playwright
Wondering what it's like to move from Selenium to Playwright? Niranjan Veluru describes several lessons learned from their journey.
How to get best from Playwright in automation
However, if you're using Playwright instead, here are a few practical tips from Rahul R on improving your tests.
Creating self-healing automated tests with AI and Playwright
Shray Sharma describes an interesting solution of using LLM-based AI to run, generate and fix Playwright, Cypress or Selenium tests.
Why we switched from Cypress to Playwright
Varun Sriram shared an honest and detailed story on how they initially started their test automation with Cypress and why they eventually moved to Playwright.
Creating Asynchronous Automation test using Playwright & pytest
Using Python to write your tests? Shivahari P wrote a tutorial on how to use pytest test runner for automation with Playwright.
Furthermore, you may also leverage Using faker and pandas Python Libraries to Create Synthetic Data for Testing, as Rahul Bhave suggests.
17 Playwright Automation Testing Concepts Explained (TypeScript Edition)
In just 4 minutes, Nikolay Advolodkin goes through several handy tips for testing with Playwright in TypeScript.
Supercharge Your E2E Tests with Playwright-Network-Cache
And if you're looking to improve handling network requests in Playwright tests, check out this guide by Vitaliy Potapov.
Moreover, Mustafa Yıldız demonstrates helpful examples of Using JavaScript Ternary Operator in Playwright Automation Tests.
Five Playwright CLI features you should know
Playwright has recently extended the options for its CLI runner and here's a solid overview of them by Stefan Judis.