Commit ecb495f
committed
E2E: force file-backed secret store under
A locked macOS Keychain pops a GUI password prompt for every secret read. During an unattended E2E run (overnight CI, `desktop-e2e-playwright` checker, agent-driven runs) nobody types the password — the dialog steals focus from the Tauri webview, every `tauriPage.keyboard.press` lands on the wrong window, and a sweep of tests goes red for non-code reasons.
Same gate the dev wrapper already uses (`CMDR_SECRET_STORE=file`), now applied automatically when the binary detects E2E mode. E2E-session credentials end up in the ephemeral `CMDR_DATA_DIR` and disappear with it; no production behaviour changes.CMDR_E2E_MODE=1
1 parent 873f110 commit ecb495f
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
84 | 97 | | |
85 | 98 | | |
86 | 99 | | |
| |||
0 commit comments