PinnedRequest-Mocking-Protocol: A New Approach to Mocking Server-Side Requests in E2E TestingIn modern web development, end-to-end testing is essential for ensuring that applications behave as expected. When using new features like React Server Components, we often rely on third-party APIs to fetch data on the server. While this approach off...Mar 13, 2025·8 min read
Setting up Subpath Import Aliases in a TypeScript ProjectTL;DR use custom conditions One day, I decided to incorporate modern path aliases in my TypeScript project. I didn't expect it would be such a challenging journey! You are welcome to read the details ⏬ Intro Subpath imports are a native feature in No...Sep 2, 2024·9 min read
Generate BDD tests with ChatGPT and run them with PlaywrightA showcase of covering real TodoApp with tests written by AISep 18, 2023·12 min read