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?.
Quick introduction to Allure reports with Playwright
Interested in getting decent Playwright test reports? Kostiantyn Teltov shows how to integrate Allure for that purpose.
Elevating Automated Testing: Playwright Meets ChatGPT
Christine Pinto prepared a fine overview with examples of using AI to enhance test automation with Playwright.
Also, Adrian Maciuc wrote a great guide to various ways of Debugging with Playwright.