Run Playwright Tests from a Separate Repository in CI October 25, 2025 A practical guide to maintaining Playwright tests in one repository while running them against every PR in your application repository. Read more
LLMs Unkept Promise October 18, 2025 Why AI-powered testing tools haven't lived up to the hype, and what SDETs should actually expect from LLMs. Read more
Testing Web3 Using Synpress October 17, 2025 Automate Web3 application testing with Synpress. Learn how to test MetaMask interactions, blockchain transactions, and DeFi applications using familiar Playwright patterns. Read more | Read TLDR
Playwright BDD: Combining Cucumber with Page Objects October 16, 2025 A production-ready Playwright BDD boilerplate that solves the maintainability issues of functional test utilities by combining Cucumber/Gherkin with the Page Object Model. Read more | Read TLDR
Playwright - Interacting with Closed Shadow DOM in iFrames October 15, 2025 Testing closed shadow DOM elements within iframes using Playwright's advanced techniques. Read more | Read TLDR
Nix Flakes for SDET Setup October 12, 2025 A 5-minute guide to set up a reproducible SDET environment using Nix Flakes across Mac, Linux, and Windows. Read more | Read TLDR