14 lines
375 B
Text
14 lines
375 B
Text
# E2E Test Credentials (copy to .env.test and fill in)
|
|
#
|
|
# Production test account format:
|
|
# TEST_USER_EMAIL=yourname@nationaalarchief.nl
|
|
# TEST_USER_PASSWORD=your_password
|
|
#
|
|
# Run tests:
|
|
# source e2e/.env.test && pnpm test:e2e
|
|
#
|
|
# Or inline:
|
|
# TEST_USER_EMAIL=yourname@nationaalarchief.nl TEST_USER_PASSWORD=yourpass pnpm test:e2e
|
|
|
|
TEST_USER_EMAIL=
|
|
TEST_USER_PASSWORD=
|