-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
60 lines (46 loc) · 1.02 KB
/
.env.example
File metadata and controls
60 lines (46 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# If adding a new value, ensure the key vault is updated and tagged with "e2e": "ENV_VAR_NAME"
# Automation users
TEST_USERNAME=
TEST_PASSWORD=
# URLs
TRG_BASE_URL=
SIT_BASE_URL=
# HMI
HMI_CLIENT_ID=
HMI_CLIENT_SECRET=
HMI_SCOPE=
HMI_TOKEN_URL=
HMI_TOKEN_TENANT=
HMI_GRANT_TYPE=
HMI_TRG_API_URL=
HMI_SIT_API_URL=
# Test Users
# when using a test user, use a comment to describe what action user is used for, e.g. JOH Filter Testing
# JOH Filtering
USER_CHRISTOPHER_HALL=
PASSWORD_CHRISTOPHER_HALL=
# Add new case
USER_OLIVIA_CLARK=
PASSWORD_OLIVIA_CLARK=
# hearing channel
USER_PATRICK_LEWIS=
PASSWORD_PATRICK_LEWIS=
# add participant
USER_ISABELLA_WALKER=
PASSWORD_ISABELLA_WALKER=
# amend request after listing
USER_KEVIN_YOUNG=
PASSWORD_KEVIN_YOUNG=
# daily cause reports
USER_AMELIA_KING=
PASSWORD_AMELIA_KING=
# Case listing and reporting
USER_RYAN_WRIGHT=
PASSWORD_RYAN_WRIGHT=
# HMI Request
USER_SOPHIA_LOPEZ=
PASSWORD_SOPHIA_LOPEZ=
USER_JASON_MARTIN=
PASSWORD_JASON_MARTIN=
USER_MIA_RODRIGUEZ=
PASSWORD_MIA_RODRIGUEZ=