76 Commits

Author SHA1 Message Date
Carlos Santos
185d6e9def tests: Enhance race conditions tests for recording API with additional consistency checks 2025-05-07 13:00:48 +02:00
Carlos Santos
d85bda282e tests: Add API tests for webhook preferences 2025-05-07 12:36:45 +02:00
Carlos Santos
a5024fccf2 tests: Enhance room deletion tests with custom MEETING_DEPARTURE_TIMEOUT and LiveKit room creation 2025-05-07 11:39:32 +02:00
Carlos Santos
3c4b373861 backend: Add appearance preferences API tests and helper functions 2025-05-07 10:43:44 +02:00
Carlos Santos
9d4452dddf backend: Add webhook integration tests and update CI workflow for webhooks 2025-05-06 17:20:58 +02:00
Carlos Santos
bcb8c82e59 backend: Add webhook integration tests; implement webhook server setup and preferences management 2025-05-06 17:14:09 +02:00
juancarmore
5671d58f1f tests: Add setupSingleRoomWithRecording function and refactor recording security tests 2025-05-05 16:39:17 +02:00
juancarmore
46bd1bcca8 tests: Refactor security tests to use setupSingleRoom for room data management 2025-05-05 14:38:56 +02:00
juancarmore
e6173e1748 tests: Refactor validation error checks in authentication tests to use expectValidationError helper 2025-05-05 14:38:21 +02:00
juancarmore
d42b9b0329 tests: Remove unnecessary parameter from setupMultiRecordingsTestContext calls in recording tests 2025-05-05 14:38:06 +02:00
juancarmore
7d75d7948e tests: Refactor authentication tests to use cookie names from internal configuration 2025-05-05 10:46:37 +02:00
juancarmore
5a66b2f623 tests: Fix broken tests by changing expected error responses and reorganize imports 2025-04-30 16:19:23 +02:00
Carlos Santos
829c7a1555 tests: Add test for room deletion upon receiving room_finished webhook 2025-04-30 14:48:59 +02:00
Carlos Santos
963db44b55 backend: Optimize cleanup process in bulk delete recording tests by using Promise.all 2025-04-29 18:18:11 +02:00
Carlos Santos
cc7e86c006 backend: Add race conditions tests for recording API to ensure correct handling of concurrent operations 2025-04-29 18:13:51 +02:00
Carlos Santos
1a13d3d98b backend: Rename garbage collection methods for clarity and add tests for orphaned recording locks 2025-04-29 17:19:59 +02:00
Carlos Santos
b98d4d0cd9 tests: Renamed utils directory to helpers 2025-04-29 13:48:45 +02:00
Carlos Santos
3b79610558 backend: Add integration tests for recording media retrieval and validation, including range requests 2025-04-29 13:14:44 +02:00
Carlos Santos
4271d6abc5 test: Add integration tests for deleting recordings and validation checks 2025-04-28 11:55:51 +02:00
Carlos Santos
256236111e test: Add integration tests for stopping recordings with validation checks 2025-04-25 16:37:01 +02:00
Carlos Santos
1a128dd36c test: Add integration tests for recordings API with validation and pagination checks 2025-04-25 14:15:43 +02:00
Carlos Santos
68f809c690 test: Enhance recording API tests with additional validation and status checks 2025-04-25 13:51:43 +02:00
Carlos Santos
7e3d1e4601 test: Add wait time after room deletion to ensure proper cleanup 2025-04-25 12:33:54 +02:00
juancarmore
5a7185caa3 tests: Include recording access control in room preferences where needed and reorganize imports 2025-04-25 11:46:38 +02:00
Carlos Santos
b8ed0faf90 test: Enhance bulk delete recording tests and add validation for room metadata deletion 2025-04-25 10:36:56 +02:00
Carlos Santos
2c1657a58d test: Add integration tests for GET Recording API and validation 2025-04-24 14:05:06 +02:00
Carlos Santos
b283c9d070 tests: remove unused sleep function and clean up afterAll hook 2025-04-23 17:33:20 +02:00
Carlos Santos
686547fe87 tests: add sleep for 6 seconds after disconnecting fake participants in delete room tests 2025-04-23 16:56:05 +02:00
Carlos Santos
51e2f9103f tests: increase sleep duration to 4 seconds for webhook verification in garbage collector tests 2025-04-23 14:48:11 +02:00
Carlos Santos
ace65e5f89 tests: await disconnectFakeParticipants in afterEach hooks for consistency 2025-04-23 14:41:23 +02:00
Carlos Santos
a2aa400a71 tests: fixed typos 2025-04-23 14:26:38 +02:00
Carlos Santos
e0a74b4446 test: streamline test server initialization by removing unnecessary await and stopTestServer calls 2025-04-23 13:52:25 +02:00
Carlos Santos
80237c2d76 backend: Refactor bulk delete recording tests to utilize expectValidationError for improved clarity and consistency 2025-04-23 12:23:42 +02:00
Carlos Santos
ba88183f26 backend: Refactor room API test descriptions for consistency and enhance assertion helpers 2025-04-23 12:12:57 +02:00
Carlos Santos
f8a176b4fa backend: Add bulk delete recordings tests and enhance test utilities 2025-04-23 11:01:46 +02:00
Carlos Santos
28fb0a594e backend: Update room test cases to use await for participant joining 2025-04-21 16:27:58 +02:00
Carlos Santos
dae12bcbe4 backend: Add integration tests for recording API and enhance assertion helpers 2025-04-21 16:22:29 +02:00
Carlos Santos
51d57558d4 backend: Fixed recording ID format in security tests 2025-04-15 14:43:09 +02:00
Carlos Santos
20ef57b14c backend: Update meet-room-options schema and validation to enforce roomIdPrefix length limit 2025-04-15 13:22:50 +02:00
Carlos Santos
d6b69f5d19 backend: Update bulk delete room tests 2025-04-15 12:18:08 +02:00
Carlos Santos
0eab569b91 backend: Refactor room creation tests to use createRoom helper and ms library for autoDeletionDate 2025-04-15 11:23:10 +02:00
Carlos Santos
9bdacf7d0f backend: Add integration tests for room garbage collector functionality 2025-04-15 11:19:12 +02:00
Carlos Santos
4da56a1b51 backend: Replace hardcoded autoDeletionDate calculation with ms library 2025-04-15 11:13:30 +02:00
Carlos Santos
a449e2a41a backend: Add update room integration tests 2025-04-14 18:23:33 +02:00
Carlos Santos
451a3b74e8 backend: Add tests for bulk room deletion 2025-04-14 17:58:50 +02:00
Carlos Santos
33a970d1ef backend: Enhance deleteRoom functionality and add delete room integration tests 2025-04-14 13:40:53 +02:00
juancarmore
52bb15d347 tests: Add meeting API security tests 2025-04-12 14:20:28 +02:00
juancarmore
ffbe5a5d09 tests: Remove delete participant tests from participant security tests 2025-04-12 14:17:56 +02:00
juancarmore
439f832dd9 tests: Add room roles and permissions tests 2025-04-12 14:17:42 +02:00
juancarmore
5e841a307b tests: Update test suite descriptions for clarity 2025-04-12 14:16:59 +02:00