Skip to content

Commit

Permalink
feat(tests): First test from torture to meet. (#15298)
Browse files Browse the repository at this point in the history
* 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 webdriverio/webdriverio@6d146cd

* squash: More ts stuff.

* squash: Fixes last ts errors.

* squash: Drop eslint rule.

* squash: Update default configs.

* squash: Drop and docs eslint.
  • Loading branch information
damencho authored Nov 15, 2024
1 parent aa1c3c0 commit 5cd7b9b
Show file tree
Hide file tree
Showing 14 changed files with 9,487 additions and 26 deletions.
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

0 comments on commit 5cd7b9b

Please sign in to comment.