From ac8546ce61c1091383c3e2f47c720211c22c4627 Mon Sep 17 00:00:00 2001 From: Joey Zhou Date: Wed, 1 Mar 2023 12:57:59 -0800 Subject: [PATCH] add e2e env vars --- .env-dist | 5 +++++ .gitignore | 1 + 2 files changed, 6 insertions(+) diff --git a/.env-dist b/.env-dist index fcc755d61..6859bf620 100755 --- a/.env-dist +++ b/.env-dist @@ -105,3 +105,8 @@ ADMINS= MONTHLY_CRON_ENABLED= GA4_MEASUREMENT_ID=test + +# E2E Tests +E2E_TEST_BASE_URL= +E2E_TEST_ACCOUNT_EMAIL= +E2E_TEST_ACCOUNT_PASSWORD= \ No newline at end of file diff --git a/.gitignore b/.gitignore index 7e237d6f7..c7439070a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ dist **/test-results/ **/playwright-report/ **/playwright/.cache/ +**/storageState.json state.json