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.
Mastering Playwright Test Automation: From Flaky Tests to Confident Deployments
Parthiban Rajasekaran shares plenty of lessons learned from working with Playwright that will help you improve the reliability of your tests.
Moreover, Juan Promanzio gives advice on Avoiding Collisions and Failures in Parallel Testing, while Debbie O'Brien shows a few tips on Reproducing CI Failures Locally in Playwright.