Playwright — Generate Assertions with ONE Button Click!
The 1.40.0 release of Playwright brought a handy feature that speeds up creating assertions. Jarad Saunders explains it in this short, 5-minute video.
API Contract Testing on Frontend with Playwright
Playwright is a versatile tool and Andrey Enin shows how you can use it to validate contracts of your APIs.
Moreover, Kostiantyn Teltov explains the Controller and action layer concepts in API test design.
Can Playwright Write Tests For You With Codegen?
Writing test scripts often involves repetitive, mundane steps. Discover how you can streamline this process with Mailsac's latest video, showcasing Playwright and its intuitive new feature — Codegen. Eliminate the boilerplate and enhance the efficiency of your testing life.
Playwright Tutorial Java Full Course in One Shot
Want to learn Playwright in Java? Pramod Dutta recorded a two-and-a-half-hour tutorial that guides you through all of its aspects.
Cypress vs Playwright: 70% Faster Automation
In this insightful, 45-minute recording, Lisa Weilguni explains to Nikolay Advolodkin the benefits of migrating their test automation solution from Cypress to Playwright.
Playwright — How to build Page Object correctly using fixtures
If you use Playwright for writing tests, Vadym Nastoiashchyi has some handy tips on implementing the Page Object Model using the built-in fixtures feature.
Additionally, Ignacio Martin Flores shows how to do Schema Validation with Zod and Playwright.
Playwright stories: Navigating Tricky UI Automation Scenarios for Beginners
There are some interesting, non-trivial test automation examples that Kostiantyn Teltov demonstrates with Playwright.
Additionally, Semih Kasımoğlu wrote an insightful article on Understanding Playwright's test.slow() and slowMo options.
How to parameterize projects in Playwright
Eleonora Belova shares practical tips for making Playwright tests more manageable by setting up a configuration for handling test data.
In a similar fashion, Normia Pop explains how to Elevate Your Cypress Tests: A Guide to Custom Commands and Environments.
Access Playwright Trace Viewer & Reports Online via Amazon S3
Afsal Backer wrote a great, detailed guide on building a solution that allows you to automatically store your Playwright test results and traces in Amazon's S3.
Load testing with Artillery and Playwright
How about using your existing end-to-end tests for load testing? Katarzyna Kmiotek shows how you can achieve it with Artillery and Playwright.