17 lines
560 B
Bash
17 lines
560 B
Bash
# Copy this file to e2e/.env (gitignored). `run.sh` / `bun run e2e` loads it
|
|
# automatically, so you don't need -e flags on the command line.
|
|
#
|
|
# 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=9676651496
|
|
TEST_PASSWORD=meatfarmer@123
|
|
|
|
# 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=
|
|
|
|
|
|
ADMIN_NAME=shafi
|
|
ADMIN_PASSWORD=shafI123
|