mirror of
https://github.com/przeprogramowani/10x-cli.git
synced 2026-09-19 03:30:01 +08:00
40454c4eca
Files: tests/e2e/support/cli.ts, tests/e2e/support/env.ts,
tests/e2e/support/resend-magic-links.ts, tests/e2e/.env.test.example,
.gitignore, context/changes/e2e/{change,research,plan}.md
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
14 lines
553 B
Bash
14 lines
553 B
Bash
# E2E test environment variables
|
|
# Copy this file to .env.test and fill in real values.
|
|
# .env.test is gitignored — never commit secrets.
|
|
|
|
# Resend API key with read access (for retrieving magic-link emails)
|
|
E2E_RESEND_API_KEY=re_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
|
|
# The email address used for the test account (must have an active 10xDevs membership)
|
|
E2E_TEST_EMAIL=smoke-test@przeprogramowani.pl
|
|
|
|
# Where emails actually land (if different from E2E_TEST_EMAIL, e.g. in DEV mode)
|
|
# Leave empty to use E2E_TEST_EMAIL as the inbox address.
|
|
E2E_INBOX_EMAIL=
|