980 B
980 B
E2E Test: Web Signup Flow
App URL: https://localhost:3000 Date: 2026-05-27
Results
- Signup page loads without console errors
- "Create your account" heading is present
- Name, email, and password fields are present
- Social login buttons render
- Proxy guard works:
/signup?step=otpredirects to/signupfor unauthenticated users - Full signup — requires OTP verification (manual test needed)
Test Steps (agent_browser)
- ✅ Open https://localhost:3000/signup
- ✅ Snapshot — "Create your account" heading (ref=e2), name (e5), email (e6), password (e7) fields
- ⏳ Fill fields + Create account + OTP verify (requires real email)
Screenshots
screenshots/signup-flow.pngscreenshots/proxy-guard.png(redirect from/signup?step=otpto/signup)
Notes
- Proxy guard (Task 5) verified: unauthenticated
?step=otp→ redirect to/signup - Two-step flow: register → OTP verify (passkey step is deferred)