How did I run tests at least 10x faster with Playwright?
Hasan Gürhan shows a few practical tricks on speeding up your Playwright tests, including built-in parallelism, sharding and CI config.
Moreover, Vitaliy Potapov wrote a handy guide to Generating BDD tests with ChatGPT and running them with Playwright.
My Top 10 Great Practices for API Test Automation With Playwright
Having written a great guide on API testing with Playwright, Butch Mayhew shares all practices he learned along the way.
On top of that, Amr Salem describes some handy Tips & Tricks: Mocking APIs With Playwright.
Test Automation With Playwright: Creating Custom Assertions Through Extending Expect
Playwright has a powerful feature of building custom assertions. Butch Mayhew explains how to leverage that.
Also, Eugene Truuts shows how to Mask Dynamic Elements in Playwright for visual testing.
Creating Scalable Tests with Playwright, Java and Page-Object Model
Mohsen Nasiri shows us how to set up and automate tests with Playwright in Java environment.
You may also want to learn about Detecting Flaky Tests in Playwright with Havoc from Luc Gagan.
Automation with Playwright in 2023. Typescript, Page Object, and Fixtures
Eugene Gronski wrote a great overview of Playwright, showing examples of implementing a test using the Page Object Model.
Furthermore, Nikolay Advolodkin shares some good advice on Mastering Playwright: How to Create Effective Page Objects.
What problems did you solve by migrating from Selenium to Playwright?
Playwright has been getting a lot of attention, being titled by some as the successor of Selenium. But is it better? Someone asked the community and got a few insightful answers.
Behave with Allure and Selenium/Playwright: Cucumber in the Python world
This is a comprehensive guide to building a BDD test framework by Daniel Delimata. It shows how to set up, write and run tests, including many good examples.
Code, test, and deploy your app with Playwright & the Checkly CLI
Checkly released a JavaScript/TypeScript-native monitoring as code (MaC) workflow for creating, testing, and deploying your Playwright scripts. It's time to break the silos between dev, QA, and ops to unite testing and monitoring! 🤝 Code, test, and deploy your app with Playwright & the Checkly CLI.
Mastering the Art of Detecting and Handling Flaky Tests in Playwright
Facing unstable Playwright tests? Luc Gagan wrote a super detailed guide with many examples and scenarios on how to analyse, find, and fix them.
It may also help to Test multiple environments locally in Playwright with .env file, as Thara Perera suggests.
And once you have that steady pipeline, Pirasanth Jesugeevegan shows how to Create a Jira issue when a test run fails using Playwright.
Cypress vs Playwright: Which is the Best Cross-Browser Testing Tool?
There's no denying that Cypress and Playwright are the hottest test automation tools right now. So how do they compare? Kailash Pathak explains.
Someone also wonders: How reliable is Playwright?.