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.
Hidden Gems of Playwright: Part 2
In this handy overview, Andrey Enin shares even more tips for testing with Playwright.
Also, some of you may wonder about the Pros of Playwright over Selenium.
Level up your testing with Playwright and Codegen
Effortlessly auto-generate tests and automate the toil away. We'll show you how on our companion guide. Manually walk through your test once, re-run the test forever.
Playwright Interview Questions that you are going to hate
Want to check how well you know Playwright? Here are a dozen potential interview questions prepared by Adrian Maciuc.
Additionally, you can learn from Bhushan Trivedi about the changes in the new Playwright Version 1.44.
Why "page.goto()" is slowing down your Playwright tests
Want to speed up your Playwright tests? Stefan Judis has a great tip, which you can learn from this 9-minute video.
How to Manipulate Time in Playwright — New Clock API
Playwright has recently introduced a new Clock API that lets you manipulate time in your tests. Curious how it works? Here's a neat, 11-minute overview by Jarad Saunders.
Moreover, Alex Khvastovich recorded a 50-minute walkthrough of API Verification with Playwright.
Introducing Playwright-magic-steps: Simplify your Test Automation Workflow
This is cool — Vitaliy Potapov created a simple playwright-magic-steps plugin that allows you to make your Playwright tests more descriptive.
What's more, Prateek Parashar explains the Basics of Assertions in Playwright.
Containerized Browser Testing with Playwright on Kubernetes
Wondering how to set up an isolated environment for Playwright tests? Thananjayan Rajasekaran shows a detailed example of it with Kubernetes.
Moreover, Vikas Mourya suggests trying Accelerating Test Execution with Playwright and Docker.
Fixing a flaky Playwright test with a loop
I enjoyed reading this story of Steven Boutcher trying to fix a flaky test with a custom solution only to notice there's already a built-in feature in Playwright to handle that case. I mean, who hasn't been there?!
Furthermore, Thananjayan Rajasekaran shared a handy guide to Executing Tests on Remote Browser and Browser in Servers with Playwright.
Custom Automation Framework Using CodeceptJS, Playwright, and CucumberJS
If you're looking for an example of building a test automation framework for a web app, Dipen Chavan shows how to do it using CodeceptJS and Playwright.