towerops/priv/repo
Graham McIntire a102918455
feat: add e2e test user seeding for CI
Created seeds_e2e.exs to automatically create a test user with TOTP enabled
for Playwright e2e tests. This ensures tests can authenticate in CI without
requiring manual user setup.

Test credentials (for CI only):
- Email: test@example.com
- Password: TestPassword123!
- TOTP Secret: JBSWY3DPEHPK3PXP (fixed for reproducibility)

The workflow now:
1. Loads database structure
2. Seeds test user with TOTP
3. Passes credentials to e2e tests via environment variables
2026-03-08 10:57:18 -05:00
..
migrations feat: add backhaul capacity analysis foundation 2026-03-06 17:54:32 -06:00
seeds.exs init 2025-12-21 11:10:43 -06:00
seeds_e2e.exs feat: add e2e test user seeding for CI 2026-03-08 10:57:18 -05:00
structure.sql fix: add --skip-if-loaded to test alias to prevent prompts 2026-03-05 13:49:51 -06:00