mirror of
https://github.com/documenso/documenso.git
synced 2025-11-23 21:21:37 +10:00
feat: improve tests
This commit is contained in:
@ -1,11 +1,16 @@
|
||||
# [[E2E Tests]]
|
||||
E2E_TEST_USERNAME="Test"
|
||||
E2E_TEST_USER_EMAIL="mytestuser@mail.com"
|
||||
E2E_TEST_USER_PASSWORD="test_password"
|
||||
E2E_TEST_SIGNER_NAME="Test Signer"
|
||||
E2E_TEST_SIGNER_EMAIL="testsigner@mail.com"
|
||||
E2E_TEST_SIGNING_SUBJECT="Test subject"
|
||||
E2E_TEST_SIGNING_MESSAGE="Test message"
|
||||
# User for the "auth.setup.ts" file and the authenticated tests
|
||||
E2E_TEST_AUTHENTICATE_USERNAME="New user"
|
||||
E2E_TEST_AUTHENTICATE_USER_EMAIL="mytestnewuser@mail.com"
|
||||
E2E_TEST_AUTHENTICATE_USER_PASSWORD="new_test_password"
|
||||
# User for the *.unauthenticated.ts files
|
||||
E2E_TEST_USERNAME="Test"
|
||||
E2E_TEST_USER_EMAIL="mytestuser@mail.com"
|
||||
E2E_TEST_USER_PASSWORD="test_password"
|
||||
|
||||
# [[SMTP]]
|
||||
# OPTIONAL: Defines the transport to use for sending emails. Available options: smtp-auth (default) | smtp-api | mailchannels
|
||||
|
||||
Reference in New Issue
Block a user