Intro Let’s start with a quick quiz: How many times will the BeforeAll hook run in the...
🤯 The Problem: Teams Toolbar Hides Your Tabs If you ever share your screen in Microsoft...
“I just want my Chrome bookmarks to open in a new tab by default.” Sounds like a trivial feature,...
Request-Mocking-Protocol: A New Approach to Mocking Server-Side...
In modern web development, end-to-end testing is essential for ensuring that applications behave as...
Introduction End-to-end tests are great for ensuring application reliability, but they can...
Playwright is a powerful testing framework, but its HTML reports can feel bare-bones for complex...
Intro When working with end-to-end testing frameworks like Playwright, handling network...
TL;DR use custom conditions One day, I decided to incorporate modern path aliases in my TypeScript...
Did you know that Next.js Server Actions can return React Components JSX instead of raw JSON...
Hello 👋 I'm a maintainer of BDD testing tool. One of the popular requests I'm getting from consumers...
Intro Hey Folks👋 Recently I've released playwright-magic-steps - a tool to make your...
In my current projects, I follow the Behavior Driven Development (BDD) approach for automated...
An opinionated review on two new methods in Promise API: Promise.allSettled() and Promise.any().