Fill e2e gaps: storageState, real upload POST, session smoke
Add auth setup project, viewer session check, upload that posts a fixture, FastAPI login spec (skips without E2E_API_*), and repo ROADMAP.md.
This commit is contained in:
+6
-1
@@ -4,10 +4,15 @@
|
||||
PLAYKIT_PROJECT=punimtag
|
||||
PLAYKIT_ENV=dev
|
||||
|
||||
# Dedicated e2e user — never commit real passwords
|
||||
# Dedicated e2e user — prefer e2e@levkine.ca (never commit real passwords)
|
||||
# Do not use admin@admin.com for Playwright; that account is bootstrap-only.
|
||||
E2E_ADMIN_EMAIL=
|
||||
E2E_ADMIN_PASSWORD=
|
||||
|
||||
# Optional FastAPI bearer tests (separate user DB from NextAuth)
|
||||
# E2E_API_USERNAME=
|
||||
# E2E_API_PASSWORD=
|
||||
|
||||
# Homelab Mailpit (preferred for DEV e2e)
|
||||
PLAYKIT_MAIL_PROVIDER=mailpit
|
||||
MAILPIT_BASE_URL=http://10.0.10.45:8025
|
||||
|
||||
Reference in New Issue
Block a user