ZZeroDropinzerodrop.hashnode.dev·Jun 29 · 6 min readHow to Test Better Auth Email Verification with PlaywrightBetter Auth has become the go-to TypeScript authentication framework — email verification, magic links, OTP, password reset, all built in. But testing those email flows in CI is a problem nobody talks00
ZZeroDropinzerodrop.hashnode.dev·Jun 26 · 5 min readHow to Test Email Verification Flows in Python with pytestTesting email verification in Python is one of those problems that looks simple until you actually try it. Your app sends a verification email. Your pytest test needs to read that email, extract the O00
ZZeroDropinzerodrop.hashnode.dev·Jun 25 · 5 min readHow to Test Magic Link Authentication in Playwright (No API Key, No Regex)Magic links are becoming the default authentication pattern for modern SaaS apps. Passwordless login, email verification, password resets — they all rely on a link sent to an inbox your test can't nor00
ZZeroDropinzerodrop.hashnode.dev·Jun 25 · 6 min readHow to E2E Test Supabase Auth Email Flows in Playwright (No Docker, No InBucket)If you've tried to test Supabase authentication flows end-to-end in a CI pipeline, you've probably hit the same wall: the email. Supabase's signup flow sends a verification email. Your Playwright test00
ZZeroDropinzerodrop.hashnode.dev·Jun 20 · 5 min readClaude Code Built My SaaS But Couldn't Verify Signup EmailsI've been building with Claude Code for the past few months. It's genuinely changed how I work — I can ship features in hours that used to take days. But I hit a wall I didn't expect. Claude Code buil00