Playwright BDD testing — you don't need Cucumber!
Francesco Borzì describes playwright-bdd — a handy tool that converts your BDD scenarios into Playwright tests.
Is It Worth Mocking WebSockets by Playwright?
It's a good question — and a good explanation — especially if you face a similar challenge of testing WebSockets as Andrey Enin does.
How good is GitHub Copilot at generating Playwright code?
Stefan Judis shows the pros and cons of using GitHub Copilot for writing Playwright tests. And since it's now free, why not try it out yourself?
Playwright Visual Tests with GIT-LFS and Docker
Visual testing at scale can quickly grow in size. Adam Pajda developed an interesting approach to handling Playwright visual tests by storing them in Git Large File Storage.
Show Metadata in Playwright HTML Report: A Complete Guide
If you want to include more details in your Playwright test reports, Vitaliy Potapov found a way to achieve that with a hidden metadata feature.
Achieving Test Sharding in Playwright with GitLab CI/CD
Want to run your Playwright tests faster? Vijay Kumar shows how to split them up into smaller groups and run in parallel on CI.
Additionally, Deep Shah wrote a good overview of using Hard Assertion & Soft Assertion in Playwright.
Master API testing with Playwright Javascript
Playwright is a modern test framework that allows you not only to test the front-end of the web apps but also the API. Thanasornsawan Varathanamongkolchai shows how in this detailed, step-by-step guide.
Moreover, Steven Boutcher shares some insights into How macOS runners helped me enter the Playwright Matrix.
Playwright interview questions that you are going to love
Following the first article with Playwright interview questions, Adrian Maciuc shares another set of challenges.
And if you want to learn more, Parthiban Rajasekaran wrote a decent piece on Unlocking CSV Data Automation: Techniques and Tips with Playwright and TypeScript.
"Playwright In An Hour" — Webinar Recording
For those of you not familiar with Playwright yet, Gil Zilberfeld recorded a helpful, one-hour overview of the key features of the tool, including the good and the not-so-good sides.
Is Playwright overkill for API Testing?
Yes, Playwright gives you the possibility to test API. But is it the right tool for that? Someone asked the testing community about it.
Moreover, Kailash Pathak wrote a comprehensive guide to Mocking The API Data With Playwright.