I've spent the last few years helping engineering teams with test automation, and one thing I've noticed is that email workflows are still surprisingly difficult to test.
Most teams have mature E2E setups today:
Playwright or Cypress CI/CD pipelines Parallel execution Cross-browser testingBut when it comes to flows like:
Email verification OTP authen...