528 Commits

Author SHA1 Message Date
Carlos Santos
00a0242e61 ci: redirect output of backend and testapp to log files for better debugging 2025-05-14 12:02:30 +02:00
Carlos Santos
a4404c8c59 test: log console errors during E2E tests for better debugging 2025-05-14 11:45:29 +02:00
Carlos Santos
19fd1cc30e frontend: streamline frontend build process in prepare script 2025-05-14 11:37:45 +02:00
Carlos Santos
cff4e10364 test: change screenshot format from JPEG to PNG in E2E tests 2025-05-14 11:23:14 +02:00
Carlos Santos
f273b126e9 test: change screenshot format to JPEG with reduced quality 2025-05-14 11:13:44 +02:00
Carlos Santos
8f3da4b859 test: add screenshot capture on test failure in E2E tests 2025-05-14 11:12:28 +02:00
Carlos Santos
f0c2e6e275 testapp: correct attribute typo in meeting container for OpenVidu component 2025-05-14 11:03:08 +02:00
Carlos Santos
81aea14b76 ci: move Playwright browser installation to test execution step 2025-05-14 11:02:36 +02:00
Carlos Santos
6b13870fc1 ci: ensure Playwright browsers are installed after dependencies in E2E test workflow 2025-05-14 10:45:08 +02:00
Carlos Santos
57b2812c63 ci: update Playwright browser installation path to use temporary directory 2025-05-14 10:39:42 +02:00
Carlos Santos
6591238382 test: update participants API test command to use integration tests 2025-05-14 10:29:52 +02:00
Carlos Santos
959210c2e9 ci: set PLAYWRIGHT_BROWSERS_PATH for Playwright browser installation and test execution 2025-05-14 10:26:53 +02:00
Carlos Santos
7c5f1b8b23 test: update E2E tests to use default headless config and improve webhook handling 2025-05-14 10:16:31 +02:00
Carlos Santos
203cfc6791 ci: remove redundant setup steps for OpenVidu Meet WebComponent in E2E test workflow 2025-05-13 17:15:54 +02:00
Carlos Santos
c9d816b3b8 testapp: update build script to include copying public assets to dist/testapp 2025-05-13 17:11:04 +02:00
juancarmore
34312e16d3 ci: add integration tests for participants API and update workflow 2025-05-13 14:41:36 +02:00
Carlos Santos
2406169700 prepare.sh: fix comment formatting for webcomponent build step 2025-05-13 14:39:24 +02:00
Carlos Santos
fd224a9aa1 prepare.sh: add missing build steps for webcomponent in prepare script 2025-05-13 14:34:28 +02:00
Carlos Santos
d8e9f624c3 testapp: update start script path to point to the correct index file in testapp 2025-05-13 14:30:39 +02:00
juancarmore
7e0585595b test: add integration tests for refreshing participant tokens with various scenarios 2025-05-13 14:30:13 +02:00
juancarmore
26103ab52a test: add integration tests for generating participant tokens and validate responses 2025-05-13 14:23:00 +02:00
Carlos Santos
9630fa475d ci: correct directory path for testapp startup in E2E workflow 2025-05-13 14:17:12 +02:00
Carlos Santos
492a70251d testapp: update build script to specify root directory and remove unused service and type files 2025-05-13 14:17:03 +02:00
Carlos Santos
33087fee11 ci: enhance E2E test workflow by adding setup steps for OpenVidu Local Deployment and testapp 2025-05-13 14:06:39 +02:00
Carlos Santos
cba1a0938c test: update Playwright configuration to utilize RUN_MODE for headless setting in E2E tests 2025-05-13 13:55:24 +02:00
Carlos Santos
21452955bd ci: adjust Playwright browser installation step in E2E test workflow 2025-05-13 13:45:19 +02:00
Carlos Santos
6cc13d1ed1 ci: add workflow for WebComponent E2E tests 2025-05-13 13:12:51 +02:00
Carlos Santos
63c45ca564 webcomponent: update Playwright configuration and enhance E2E tests with new helper functions 2025-05-13 13:12:51 +02:00
Carlos Santos
8993cab2e8 testapp: enhance webhook event handling 2025-05-13 13:12:51 +02:00
juancarmore
886fd5109b test: add integration tests for generating recording tokens and update related assertions 2025-05-13 12:52:31 +02:00
Carlos Santos
d71111e415 frontend: Send meeting_ended event when participante left with room deleted reason 2025-05-13 12:44:09 +02:00
juancarmore
e45420ac0f test: add integration tests for retrieving room roles and permissions 2025-05-13 12:09:57 +02:00
Carlos Santos
65a5a1fe85 frontend: update openvidu-components-angular to version 3.2.0-dev14 2025-05-13 10:14:51 +02:00
Carlos Santos
77752caf0b test: update sendMessage test to trigger on READY event and clean up assertions 2025-05-12 13:03:42 +02:00
Carlos Santos
6a8bae5dec testapp: enhance webhook event handling and storage; update room ID handling in forms 2025-05-12 12:57:33 +02:00
Carlos Santos
8a6066a87c webcomponent: send initialization message to iframe on READY event and update command documentation 2025-05-12 12:13:50 +02:00
Carlos Santos
f99d328bb6 frontend: send ready message to parent when starting commands listener 2025-05-12 12:12:57 +02:00
Carlos Santos
4a3db2a1d2 frontend: stop listening to commands from the webcomponent when participant left 2025-05-12 12:12:24 +02:00
Carlos Santos
41e7b645ee frontend: refactor message handling to use bound method for event listener 2025-05-12 11:17:09 +02:00
juancarmore
6c9e1d9b50 tests: Add recording token functionality to recordings API tests 2025-05-11 21:00:48 +02:00
juancarmore
676b1c1fc6 tests: Add security preferences API tests 2025-05-11 20:12:12 +02:00
juancarmore
25b4ef6c1d tests: Add global preferences API security tests 2025-05-11 19:23:24 +02:00
juancarmore
cf04b4e32d tests: Update room security tests to enhance authentication scenarios and add recording token generation tests 2025-05-11 15:35:01 +02:00
juancarmore
4e16598cbe tests: Add more security tests for meeting API 2025-05-11 15:34:44 +02:00
juancarmore
c774a437f9 backend: Simplify room authorization middleware by removing redundant authentication checks for moderators 2025-05-11 15:33:44 +02:00
juancarmore
a08da5dc75 tests: Enhance recording API security tests by including cases with recording token cookie 2025-05-11 14:07:21 +02:00
juancarmore
4d176600e1 tests: Refactor request helpers for improved preference management and cleanup 2025-05-11 14:06:03 +02:00
juancarmore
3942dfa0af backend: Update archived room metadata if exists when updating room preferences 2025-05-11 14:04:58 +02:00
juancarmore
d62added6e backend: Implement updateArchivedRoomMetadata method 2025-05-11 14:03:55 +02:00
juancarmore
8b2d0dd34c backend: Correct permissions reference in recording middleware for retrieval and deletion. Reorder recording routes definition for clarity 2025-05-11 14:02:25 +02:00