generated from RedHatInsights/frontend-starter-app
-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathplaywright_example.env
More file actions
22 lines (18 loc) · 1.11 KB
/
playwright_example.env
File metadata and controls
22 lines (18 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ------------- LOGINS -------------
# Admin user
ADMIN_USERNAME="" # Required
ADMIN_PASSWORD="" # Required
ORG_ID_1="1234" # org id for registration tests
ACTIVATION_KEY_1="<activation_key>" # activation key used for testing
# ----------- DESTINATION -----------
BASE_URL="https://stage.foo.redhat.com:1337" # Required
PROXY="" # Set this if running directly against stage (not using "npm start")
RH_CLIENT_PROXY="" # Used by the RHSM Client - set this if running directly against stage (not using "npm start")
# ----------- ENVIRONMENT -----------
CI="" # This is set to true for CI jobs (used by PW), if checking for CI do !!process.env.CI
PROD="" # Determines the environment used for the tests.
INTEGRATION="" # When this is true, playwright test will run integration tests.
DOCKER_SOCKET="" # Required for integration tests using containers.
WORKSPACE_GROUP="" # Required for Workspace filter tests (Also set in insights/inventory/workspaces)
# -------------- OTHER --------------
TOKEN="" # This is handled programmatically.