11 lines
408 B
Text
11 lines
408 B
Text
# Copy this file to `tests/.env.test` and fill in the values.
|
|
# `tests/.env.test` is gitignored.
|
|
|
|
# Base URL of the running admin-web instance.
|
|
# Defaults to http://localhost:4175 (admin-web's Vite port) when unset.
|
|
TEST_BASE_URL=http://localhost:4175
|
|
|
|
# Staff credentials used to log into the admin panel.
|
|
# The suite skips (with a clear message) when either is empty.
|
|
TEST_STAFF_NAME=
|
|
TEST_STAFF_PASSWORD=
|