14 lines
493 B
Text
14 lines
493 B
Text
# Copy this file to e2e/.env (gitignored). `run.sh` / `bun run e2e` loads it
|
|
# automatically and forwards the values to Maestro as -e flags.
|
|
#
|
|
# Login uses the username + password path ("other ways to login"), because the
|
|
# OTP flow needs a real SMS/OTP that can't be automated.
|
|
TEST_IDENTIFIER=
|
|
TEST_PASSWORD=
|
|
|
|
# Optional: the address vars already have non-secret defaults in config.yaml.
|
|
# Set them here only if you want to override those.
|
|
# ADDRESS_NAME=
|
|
# ADDRESS_PHONE=
|
|
# ADDRESS_LINE1=
|
|
|