Nov 22, 2024 69💸 Attributing costs to test executionHow much does it actually cost to execute your tests, and what are the hidden costs we aren't consideringRead more →
Nov 19, 2024 34♿ Quick tips - Playwright Aria SnapshotLet's have a quick look at generating, updating and using Aria Snapshots
Nov 26, 2024 507⚙️ Automatic snapshot creation in CI for PlaywrightIt can be tedious to update baseline images as a part of your visual regression suite, so I've created a pipeline to automatically generate them and open a pull request for you
Nov 17, 2025 15🔗 Quick tips - Playwright Mock APILet's have a quick look at Mocking API's, intercepting and fulfilling the responses with our own test data
Nov 13, 2024 135📧 Email verification with gmail-tester and PlaywrightVerifying emails can be a key part of many applications, let's see how we can achieve this without interacting with the UI
Nov 13, 2024 10🌍 Testing Geolocation with PlaywrightGrant Geolocation permissions and emulate the Geolocation for your automated tests
Feb 21, 2025 66⬅️ Shift-left automation testing with pre-commit hooksLet's implement pre-commit hooks and shift checks earlier in the software development lifecycle.
Nov 13, 2024 16💡 Quick tips - Playwright AbortLet's have a quick look at network mocking, intercepting requests and changing their behaviour
Nov 13, 2024 26🎨 Transforming Playwright tests into Mermaid visualisationsBeing able to understand and visualise your test coverage is important, let's see how we can automate this process with Mermaid JS
Dec 1, 2024 884🤖 AI Driven Test Automation with Playwright and MidsceneLet's explore AI Driven test execution, with Midscene and OpenAI - and find out what is good, bad and uncertain, about the future of test automation
Nov 13, 2024 19🚀 Quick tips - 14 Playwright scripts you should add to your next projectPlaywright is very feature-rich, and you may not even be aware of what it's capable of. Check out these scripts that you need to add to your next project