mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
* feat(tests): First test from torture to meet.
* squash: Fixes logging as per comments.
* squash: Fixes some eslint errors.
* squash: Drop no needed await and async declarations.
* squash: Simplify syntax.
* squash: Disable blur everywhere not only FF.
* squash: Use allSettled.
* squash: Prettify intervals and timeouts.
* squash: Use uuids for torture rooms.
* squash: Introduce helper methods in Participant for toolbar and filmstrip.
* squash: Changes headless resolution to a standard 720p.
* squash: Adds env BASE_URL.
* squash: Fix some eslint errors.
* squash: Fix js error.
* squash: Fix participant logs.
* squash: Move bag to Promise.all.
* squash: More types thing.
* squash: Fix more ts errors.
* squash: Bumps version to include 6d146cd332
* squash: More ts stuff.
* squash: Fixes last ts errors.
* squash: Drop eslint rule.
* squash: Update default configs.
* squash: Drop and docs eslint.
16 lines
475 B
Plaintext
16 lines
475 B
Plaintext
# The base url that will be used for the test (default will be using "https://alpha.jitsi.net")
|
|
#BASE_URL=
|
|
|
|
# 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
|