chore(e2e): add .env.e2e.example and gitignore .env.e2e

Committed credential template for E2E harness setup.
Directus e2e test user provisioned: e2e@circuitforge.tech (user ID: e2c224f7-a2dd-481f-bb3e-e2a5674f8337).
This commit is contained in:
pyr0ball 2026-03-16 22:41:24 -07:00
parent e1496f7827
commit 378c614d2f
2 changed files with 17 additions and 0 deletions

16
.env.e2e.example Normal file
View file

@ -0,0 +1,16 @@
# Peregrine E2E test harness credentials
# Copy to .env.e2e and fill in real values — .env.e2e is gitignored
HEIMDALL_ADMIN_TOKEN=changeme
HEIMDALL_URL=http://localhost:8900
# Cloud auth — Strategy A (preferred): Directus user/pass → fresh JWT per run
E2E_DIRECTUS_EMAIL=e2e@circuitforge.tech
E2E_DIRECTUS_PASSWORD=changeme
E2E_DIRECTUS_URL=http://172.31.0.2:8055
# Cloud auth — Strategy B (fallback): persistent JWT (uncomment to use)
# E2E_DIRECTUS_JWT=changeme
E2E_HEADLESS=true
E2E_SLOW_MO=0

1
.gitignore vendored
View file

@ -48,3 +48,4 @@ demo/seed_demo.py
# Git worktrees # Git worktrees
.worktrees/ .worktrees/
.env.e2e