mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
* fix(tests): Fix include/excludes of tests based on participant count. * feat(tests): Define context globally. The context is being created on every new suite in before hook. * feat(tests): Drop extra char in room name. * feat(tests): Adds an option to load iframeAPI. * feat(tests): Adds some ts types. * fix(tests): Fix iframeAPI helper with events received too early. * fix(tests): Fix iframeAPI helper detecting own role changed. * feat(tests): Adds run script to start tests with local dev server. * feat(tests): Adds participants iframeAPI tests. * feat(tests): Updates wdio dependencies. * feat: Adds grid config. * feat: Simplify iframeAPI. Drop URL params. * feat: Adds tenant to iframeAPI. * feat: Adds firefox target. Certain tests are disable as not supported on FF. Missing upload file function for iframeAPI helper. Missing option to set audio file as a mic source. * fix: Fix using tenant from baseUrl. * feat: Adds audio only tests. * feat: Adds option to generate tokens for the moderator. * feat: Adds option to test and webhooks. * fix: Improve error stack trace on error. * fix: Address comments. * fix: Fix test exclusion for FF. * squash: Revert the strophe change and add a comment.
32 lines
1000 B
Plaintext
32 lines
1000 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
|
|
|
|
# The path to the helper iframe page that will be used for the iframeAPI tests
|
|
#IFRAME_PAGE_BASE=
|
|
|
|
# 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=
|
|
|
|
# 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=
|