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.
Cypress vs Playwright: Let the Code Speak Recap
In this insightful article, Filip Hric compares the top 10 features of Cypress and Playwright using code examples.
Filip also wrote a great article about 8 common mistakes in Cypress (and how to avoid them).
Playwright vs Selenium Which One Should I Learn First?
Both Playwright and Selenium are one of the most popular tools for web test automation. Wondering which one you should pick up first? Pramod Dutta has some suggestions.
Moreover, here's an interesting conversation on Reddit: Do you see Playwright as a STRONG successor of Selenium?.