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.
Speeding up UI tests with CodeceptJS and Playwright
Benjamin Sejas and Srini Ramasamy give a detailed overview of the lessons they learned from migrating tests to a new tech stack.
Automation Testing with Playwright and JavaScript — Part I (Setup)
Shubham Kumar wrote a detailed guide to testing web UI interfaces using Playwright. You can also read the second part about the built-in reporters and the third part about integrating Allure.
Why we favor Playwright over Selenium or Cypress
Cypress, Playwright and Selenium are powerful test automation tools. Patrick Döring and Kenji Brückner share their opinion on why they favour one of them over the others.
Additionally, Eric Terry compares these tools' Amazingly Different Screenshot Capabilities.
Playwright E2E testing: Tips and best practices
Cathal Mac Donnacha shares five pieces of advice for improving test automation with Playwright. It can easily be adapted to other popular test frameworks as well.