chore: cleanup

This commit is contained in:
pit
2023-09-26 12:19:59 +01:00
parent 2e2ef4c20b
commit fba38f7b02
4 changed files with 6 additions and 10 deletions

View File

@ -2,6 +2,10 @@
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"
# [[SMTP]]
# OPTIONAL: Defines the transport to use for sending emails. Available options: smtp-auth (default) | smtp-api | mailchannels

View File

@ -9,6 +9,7 @@
"start": "next start",
"lint": "next lint",
"copy:pdfjs": "node ../../scripts/copy-pdfjs.cjs",
"dev:test": "playwright test",
"e2e:test": "start-server-and-test \"npm run start\" http://localhost:3000 \"playwright test\""
},
"dependencies": {