Email testing guides
How to test the emails your app sends — codes, links, signups — without a shared inbox and without sleep. Nothing goes up here until the test in it has passed against the real service.
- Testing email verification in Playwright
A Playwright test for a signup that emails a 6-digit code, run against a real mail server: one inbox per test, no waitForTimeout, magic links and CI included.