-
Notifications
You must be signed in to change notification settings - Fork 148
/
.env.sample
24 lines (20 loc) · 1.03 KB
/
.env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# API parameters
# --------------
# These keys should be copied into /workspaces/AzureTRE/e2e_tests/.env for you
# TRE_ID=cse-msr-dev
# AAD_TENANT_ID=<auth tenant id>
# API_CLIENT_ID=<Client id of the API app. This is defined here - /workspaces/AzureTRE/templates/core/.env>
# TEST_ACCOUNT_CLIENT_ID=<test user>
# TEST_ACCOUNT_CLIENT_SECRET=<test user password>
RESOURCE_LOCATION=westeurope
TEST_APP_ID=<client_id for the app that allows direct username and password login)
TEST_USER_NAME=<username for custom e2e tester user>
TEST_USER_PASSWORD=<password for custom e2e tester user>
TEST_WORKSPACE_APP_ID=<workspace app registration client id>
TEST_WORKSPACE_APP_SECRET=<workspace app registration client secret>
# TODO: move to RP default with https://github.com/microsoft/AzureTRE/pull/2634
WORKSPACE_APP_SERVICE_PLAN_SKU="P1v2"
TEST_WORKSPACE_ID=<ID of pre-created workspace>
TEST_AAD_WORKSPACE_ID=ID of pre-created AAD workspace>
# Run tests sequentially. Change this value if you want to run tests in parallel locally
E2E_TESTS_NUMBER_PROCESSES=1