Playwright Visual Tests with GIT-LFS and Docker
Visual testing at scale can quickly grow in size. Adam Pajda developed an interesting approach to handling Playwright visual tests by storing them in Git Large File Storage.
Show Metadata in Playwright HTML Report: A Complete Guide
If you want to include more details in your Playwright test reports, Vitaliy Potapov found a way to achieve that with a hidden metadata feature.
Achieving Test Sharding in Playwright with GitLab CI/CD
Want to run your Playwright tests faster? Vijay Kumar shows how to split them up into smaller groups and run in parallel on CI.
Additionally, Deep Shah wrote a good overview of using Hard Assertion & Soft Assertion in Playwright.
Master API testing with Playwright Javascript
Playwright is a modern test framework that allows you not only to test the front-end of the web apps but also the API. Thanasornsawan Varathanamongkolchai shows how in this detailed, step-by-step guide.
Moreover, Steven Boutcher shares some insights into How macOS runners helped me enter the Playwright Matrix.
Make your Playwright tests run faster by using the Playwright API to wait
Wait, what? Can waiting make your Playwright tests faster? Mike Harris explains the idea with examples.
What's more, Irfan Mujagić demonstrates Boosting API Test Efficiency with Playwright's Request Interception.
Guideline to be QA Web3: Complete E2E DeFi Project with Synpress (Playwright) and Hardhat/Anvil
Following the previous article on testing blockchain apps, this time Thanasornsawan Varathanamongkolchai wrote an even more detailed guide to setting up and running E2E tests with Synpress with examples.
Say Goodbye to Flaky Tests: Playwright Best Practices Every Test Automation Engineer Must Know
Having problems with flaky Playwright tests? Samuel Sperling listed useful practices that can help you reduce it.
Similarly, Roman Khomitskyi advises on How to retry only failed Playwright tests within GitHub actions jobs.
Your 80 Questions about Playwright, Answered
If you're wondering whether Playwright is a good choice for your test automation project, Andrey Lushnikov — one of Playwright developers — answered 80 (!) questions that can help you decide. Quite an interesting way to learn more about a tool, I must say!
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?