e2e: remove auth bypass; use real Clerk sign-in in Cypress
This commit is contained in:
10
docs/e2e-auth.md
Normal file
10
docs/e2e-auth.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# E2E auth (Cypress)
|
||||
|
||||
Hard requirement: **no auth bypass** for Cypress E2E.
|
||||
|
||||
- Cypress tests must use real Clerk sign-in.
|
||||
- CI should inject Clerk keys into the Cypress job environment.
|
||||
|
||||
Test account (non-secret):
|
||||
- email: `jane+clerk_test@example.com`
|
||||
- OTP: `424242`
|
||||
Reference in New Issue
Block a user