2024-11-15 06:26:35 -06:00
|
|
|
# The base url that will be used for the test (default will be using "https://alpha.jitsi.net")
|
2024-12-19 07:12:14 -06:00
|
|
|
# If there is a tenant in the URL it must end with a slash (e.g. "https://alpha.jitsi.net/sometenant/")
|
2024-11-15 06:26:35 -06:00
|
|
|
#BASE_URL=
|
|
|
|
|
|
2025-02-25 09:20:30 -06:00
|
|
|
# Room name suffix to use when creating new room names
|
|
|
|
|
# ROOM_NAME_SUFFIX=
|
|
|
|
|
|
2024-11-15 06:26:35 -06:00
|
|
|
# To be able to match a domain to a specific address
|
|
|
|
|
# The format is "MAP example.com 1.2.3.4"
|
|
|
|
|
#RESOLVER_RULES=
|
|
|
|
|
|
|
|
|
|
# Ignore certificate errors (self-signed certificates)
|
|
|
|
|
#ALLOW_INSECURE_CERTS=true
|
|
|
|
|
|
|
|
|
|
# Whether to run the browser in headless mode
|
|
|
|
|
#HEADLESS=false
|
|
|
|
|
|
|
|
|
|
# The path to the browser video capture file
|
|
|
|
|
#VIDEO_CAPTURE_FILE=tests/resources/FourPeople_1280x720_30.y4m
|
2024-12-10 11:22:44 -06:00
|
|
|
|
2025-02-25 11:58:40 -06:00
|
|
|
# The tenant used when executing the iframeAPI tests, will override any tenant from BASE_URL if any
|
|
|
|
|
#IFRAME_TENANT=
|
2024-12-10 11:22:44 -06:00
|
|
|
|
|
|
|
|
# The grid host url (https://mygrid.com/wd/hub)
|
|
|
|
|
#GRID_HOST_URL=
|
|
|
|
|
|
|
|
|
|
# The path to the private key used for generating JWT token (.pk)
|
|
|
|
|
#JWT_PRIVATE_KEY_PATH=
|
|
|
|
|
# The kid to use in the token
|
|
|
|
|
#JWT_KID=
|
|
|
|
|
|
2025-02-25 09:05:09 -06:00
|
|
|
# An access token to use to create meetings (used for the first participant)
|
|
|
|
|
#JWT_ACCESS_TOKEN=
|
|
|
|
|
|
2025-02-14 16:17:31 -06:00
|
|
|
# The count of workers that execute the tests in parallel
|
|
|
|
|
# MAX_INSTANCES=1
|
|
|
|
|
|
2024-12-10 11:22:44 -06:00
|
|
|
# The address of the webhooks proxy used to test the webhooks feature (e.g. wss://your.service/?tenant=sometenant)
|
|
|
|
|
#WEBHOOKS_PROXY_URL=
|
|
|
|
|
# A shared secret to authenticate the webhook proxy connection
|
|
|
|
|
#WEBHOOKS_PROXY_SHARED_SECRET=
|
2025-01-10 16:47:25 -06:00
|
|
|
|
|
|
|
|
# A rest URL to be used by dial-in tests to invite jigasi to the conference
|
|
|
|
|
#DIAL_IN_REST_URL=
|
2025-03-09 22:16:27 -05:00
|
|
|
|
|
|
|
|
# Whether to use beta for the first participants
|
|
|
|
|
#BROWSER_CHROME_BETA=false
|
|
|
|
|
#BROWSER_FF_BETA=false
|