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.
Check Your Site's Performance With Artillery and Playwright
There are many ways of measuring your website's performance. But the one you should care the most about is how long it takes a user to be able to interact with it. Dennis Martinez shows how you can combine Artillery with Playwright to find out.
Flexible and Dynamic Test Fixtures in Playwright
Playwright has some cool features allowing you to make dynamic fixtures. Here's a handy guide by Haris Saleem on how to use it in various ways.
A good complementary read to that is Wagner Salustiano's article on How to use Playwright Fixtures to improve your testing code.
Using Playwright E2E Tests With C# .NET
Testing in C#? You might be interested in Wade Gausden's series on using Playwright for test automation. You can also read the second part about using the Trace Viewer feature.
And if you want to learn more, Riccardo Corradin wrote a handy guide to Visual regression testing with Playwright.
Test UI in Isolation With Playwright
Last week, I featured Cypress' latest update on supporting component testing. And today, Ignacio Martin Flores explains how it works in Playwright, too.
You might also be interested in reading Ignacio's other article on Playwright's Network Interception and UI Tests.