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.
Make your Playwright tests run faster by using the Playwright API to wait
Wait, what? Can waiting make your Playwright tests faster? Mike Harris explains the idea with examples.
What's more, Irfan Mujagić demonstrates Boosting API Test Efficiency with Playwright's Request Interception.
How to combine Fixtures & Page Object Models for DRYer test code in Playwright
Nočnica Mellifera demonstrates how to simplify page objects in the test code with the help of fixtures in Playwright.
Furthermore, Dheeraj Gambhir gives a short overview of using ARIA Snapshot in Playwright.
Your 80 Questions about Playwright, Answered
If you're wondering whether Playwright is a good choice for your test automation project, Andrey Lushnikov — one of Playwright developers — answered 80 (!) questions that can help you decide. Quite an interesting way to learn more about a tool, I must say!
Effortless End-To-End Testing with Microsoft Playwright
In this clear guide, Niko Heikkilä explains why it's worth to consider Playwright as a tool for end-to-end web testing and shows how to get started.
Cypress vs Selenium vs Playwright vs Puppeteer speed comparison
Giovanni Rago did a great job by comparing the performance of tools under different scenarios. Surprised by the results? Because I am!
Speaking of the speed, here's Zhimin Zhan effort to answer Which Selenium WebDriver locator is faster?
Playwright vs WebDriver: The Future of Browser Automation
Is Playwright — the open-source testing tool — ready to replace WebDriver? Adam Tapper first describes the key features and limitations of the tool and then compares it to WebDriver.
Cypress vs Playwright: Which is best for E2E testing?
Cypress and Playwright are similar tools. Cathal Mac Donnacha compares both in a concise, one-sentence list of the good and bad sides of each.
Furthermore, you might be interested in a step-by-step video tutorial to Writing a Playwright script testing/monitoring amazon.com by Giovanni Rago.
Cross-Browser Testing in JavaScript Using Playwright — March 8
Andrew Knight, the Automation Panda, is back with another free workshop. Explore how to accelerate cross-browser and cross-device testing using JavaScript with Playwright, discover the requirements of a scalable cross-browser testing initiative, and more. Register for free.
Using Playwright Fixtures to improve your testing code
If you do test automation in Playwright, you might be interested in Henrique Martins's helpful tip about using the fixture feature to clean up your code and make the test setup easier and more readable.