Scaling-out End-to-End Tests with 7Facette & Playwright to Infinity
Interested in testing serverless apps? Patrick Döring shares code examples showing how to test them using two open-source tools: 7Facette and Playwright.
And for more about serverless testing, check out Andy Blackledge's latest article on Step Function integration testing with CDK.
Codeless Web Application Testing with Cypress Studio and Playwright CodeGen
Playwright and Cypress — the two hottest tools for web UI automation — have their own low-code solutions. How do they compare? Eran Kinsbruner tried them out.
Testing/monitoring reddit.com with Playwright! [Automate Together #2, Part 1]
Giovanni Rago started a series of practical tutorials to test automation with Playwright. This 27-minute video focuses on setting up the framework and writing the first test using Chai assertions.
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.