forked from osbuild/image-builder-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplaywright_example.env
More file actions
18 lines (18 loc) · 868 Bytes
/
playwright_example.env
File metadata and controls
18 lines (18 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PLAYWRIGHT_USER="<your_username>" # Required
PLAYWRIGHT_PASSWORD="<your_password>" # Required
BASE_URL="https://stage.foo.redhat.com:1337" # Required
CI="" # This is set to true for CI jobs, if checking for CI do !!process.env.CI
TOKEN="" # This is handled programmatically.
PROXY="" # Set this if running directly against stage (not using "yarn local")
# Static user configuration
PLAYWRIGHT_STATIC_USER="<your_static_user_username>"
PLAYWRIGHT_STATIC_PASSWORD="<your_static_user_password>"
# Following is a OpenStack configuration for Boot tests
OS_AUTH_TYPE=v3applicationcredential
OS_AUTH_URL=https://api.rhos-01.prod.psi.rdu2.redhat.com:13000
OS_IDENTITY_API_VERSION=3
OS_REGION_NAME="regionOne"
OS_INTERFACE=public
OS_APPLICATION_CREDENTIAL_ID=<your_id>
OS_APPLICATION_CREDENTIAL_SECRET=<your_secret>
OS_SSH_KEY_NAME="<name_of_your_ssh_key_entry_in_openstack>"