49 Commits

Author SHA1 Message Date
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
juancarmore
ef67924fbc tests: Update API path constants to use internal-config module 2025-04-12 12:34:31 +02:00
Carlos Santos
299497120d tests: Add integration tests for Get Room API functionality 2025-04-11 14:10:30 +02:00
Carlos Santos
30fad6995a tests: Refactor getRooms tests to use response object and update assertion helper 2025-04-11 12:50:39 +02:00
Carlos Santos
e0fdbd56e4 tests: Update API key header usage in getRooms integration tests 2025-04-11 12:30:42 +02:00
Carlos Santos
955fb90194 Revert "tests: Update createRoom calls to use empty object for consistent parameter handling"
This reverts commit 57489189ecc39119852b7434dabf9f52d7c965a6.
2025-04-11 12:17:20 +02:00
juancarmore
57489189ec tests: Update createRoom calls to use empty object for consistent parameter handling 2025-04-11 11:58:38 +02:00
Carlos Santos
0f9e3bcf0a backend: Refactor getRooms and assertEmptyRooms functions to remove app parameter 2025-04-11 11:46:51 +02:00
Carlos Santos
f0092b9d04 backend: Add integration tests for getRooms API with validation and pagination 2025-04-11 11:36:09 +02:00
Carlos Santos
ba40ab2747 backend: Update roomIdPrefix in create-room test to include special characters 2025-04-11 11:29:07 +02:00
juancarmore
df0a425eb7 tests: Refactor room creation tests to use ROOMS_PATH constant for API calls and update user login method 2025-04-11 11:20:27 +02:00
juancarmore
0e531948de tests: Refactor participant security tests to use helper functions and constants 2025-04-11 11:20:04 +02:00
juancarmore
e0d155b8c2 tests: Refactor recording security tests to use helper functions 2025-04-11 11:19:54 +02:00
juancarmore
b31a53e6d9 tests: Refactor room security tests to use INTERNAL_ROOMS_PATH constant for API calls 2025-04-11 11:19:03 +02:00
juancarmore
b78af0eff2 tests: Update authentication tests to use consistent AUTH_PATH and loginUserAsRole helper 2025-04-10 18:59:24 +02:00
juancarmore
8f7624eecd tests: Refactor room security tests to use updated helper functions and improve API integration 2025-04-10 18:51:39 +02:00
Carlos Santos
bd564cad2f backend: Add integration tests for OpenVidu Meet Room API creation and validation 2025-04-10 16:50:23 +02:00
Carlos Santos
96236f6a9e backend: Refactor test server setup by moving to helpers module 2025-04-10 16:47:47 +02:00
Carlos Santos
2a1448330c backend: Clean up unnecessary test files 2025-04-10 16:46:03 +02:00
Carlos Santos
ef514f752c backend: Update tests to replace expirationDate with autoDeletionDate for consistency 2025-04-08 18:39:45 +02:00
juancarmore
7e62417ed7 backend: Add integration tests for testing security in recordings API 2025-04-04 10:27:11 +02:00
juancarmore
03846749af backend: Add integration tests for testing security in participants API 2025-04-03 18:54:21 +02:00
juancarmore
985e882c7e backend: Refactor tests to use a constant when having same routes for better maintainalibity 2025-04-03 18:50:56 +02:00
juancarmore
1d7ab03caf backend: Fix beforeEach import in room-security.test.ts file 2025-04-03 14:42:19 +02:00
juancarmore
55a7868e8a backend: Add integration tests for testing security in room API 2025-04-03 14:34:49 +02:00
juancarmore
c94f262240 backend: Add integration tests for authentication API 2025-04-02 16:26:43 +02:00
Carlos Santos
017b430bf1 Added source code 2025-03-10 19:25:11 +01:00