Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tests): First test from torture to meet. #15298

Merged
merged 24 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
a79f84e
feat(tests): First test from torture to meet.
damencho Nov 14, 2024
578b7ac
squash: Fixes logging as per comments.
damencho Nov 14, 2024
4658e57
squash: Fixes some eslint errors.
damencho Nov 14, 2024
c5546ce
squash: Drop no needed await and async declarations.
damencho Nov 14, 2024
aa61b11
squash: Simplify syntax.
damencho Nov 14, 2024
108f603
squash: Disable blur everywhere not only FF.
damencho Nov 14, 2024
6dec1ca
squash: Use allSettled.
damencho Nov 14, 2024
4221a39
squash: Prettify intervals and timeouts.
damencho Nov 14, 2024
bf2f7d0
squash: Use uuids for torture rooms.
damencho Nov 14, 2024
ebb3591
squash: Introduce helper methods in Participant for toolbar and films…
damencho Nov 14, 2024
85cc232
squash: Changes headless resolution to a standard 720p.
damencho Nov 14, 2024
174f6f0
squash: Adds env BASE_URL.
damencho Nov 14, 2024
35f3321
squash: Fix some eslint errors.
damencho Nov 14, 2024
413a4c7
squash: Fix js error.
damencho Nov 14, 2024
68e1f73
squash: Fix participant logs.
damencho Nov 14, 2024
e1bf04c
squash: Move bag to Promise.all.
damencho Nov 14, 2024
08380f2
squash: More types thing.
damencho Nov 14, 2024
bc3d7fe
squash: Fix more ts errors.
damencho Nov 14, 2024
1d78ddd
squash: Bumps version to include https://github.com/webdriverio/webdr…
damencho Nov 14, 2024
54f0c46
squash: More ts stuff.
damencho Nov 14, 2024
8de3c6e
squash: Fixes last ts errors.
damencho Nov 14, 2024
6474415
squash: Drop eslint rule.
damencho Nov 14, 2024
a3b2659
squash: Update default configs.
damencho Nov 14, 2024
3c46356
squash: Drop and docs eslint.
damencho Nov 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,8 @@ react-native-sdk/node_modules
react-native-sdk/react
react-native-sdk/service
react-native-sdk/sounds

# tests
tests/.env
test-results

1 change: 0 additions & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,6 @@ var config = {
iAmRecorder
iAmSipGateway
microsoftApiApplicationClientID
requireDisplayName
*/

/**
Expand Down
Loading