mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 08:31:00 -04:00
Clean up state of E2E tests
This changeset takes care of leaving E2E tests in a clean state so that we can revisit the work later. The efforts to add authentication support did not pan out, so we will go a different route in the near future. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
11
sample.env
11
sample.env
@@ -14,6 +14,17 @@ NODE_VERSION=16.15.1
|
||||
|
||||
#############################################################
|
||||
|
||||
# E2E Testing
|
||||
|
||||
NOTIFY_E2E_TEST_URI=http://localhost:6012/
|
||||
#NOTIFY_E2E_TEST_HTTP_AUTH_USER="this is optional"
|
||||
#NOTIFY_E2E_TEST_HTTP_AUTH_PASSWORD="this is optional - don't write secrets to the sample file"
|
||||
NOTIFY_E2E_TEST_EMAIL=fake.user@example.com
|
||||
NOTIFY_E2E_TEST_PASSWORD="don't write secrets to the sample file"
|
||||
NOTIFY_E2E_AUTH_STATE_PATH=playwright/.auth/
|
||||
|
||||
#############################################################
|
||||
|
||||
# Local Docker setup
|
||||
# API_HOST_NAME=http://dev:6011
|
||||
# REDIS_URL=redis://adminredis:6379/0
|
||||
|
||||
Reference in New Issue
Block a user