1d ago · 5 min read · If you've ever tried to write a Playwright test that covers a full sign-up → email verification → login flow, you've hit the same wall: how do you actually read the email your app sends during a test?
Join discussion
1d ago · 5 min read · Introduction Your test suite is lying to you. Not maliciously — but every time a UI element shifts position, an API response changes shape, or a new feature lands without corresponding test updates, y
VAtul commented
2d ago · 2 min read · Published: true Description: Paste a TypeScript interface or Zod schema, get copy-ready export const mock fixtures. No setup, no backend, nothing leaves the browser. tags: typescript, testing, webdev,
Join discussion
4d ago · 7 min read · I am not a developer. I run a health AI platform in the Netherlands called Longevity AI. It generates personalized health reports using LLMs, auto-publishes blog posts about longevity, and operates un
Join discussion5d ago · 7 min read · Unit tests are good at checking whether internal logic behaves correctly. But not every risk in a web application is visible from ordinary unit tests. In the SIBANGKU project, I learned this through t
Join discussion