31 Commits

Author SHA1 Message Date
Carlos Santos
4c8db66d58 backend: Add API key header constant and update middleware to use it 2025-04-11 12:29:45 +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
Carlos Santos
fbe0868579 backend: Set default value for options parameter in createRoom function 2025-04-11 12:17:04 +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
ba726fe90f tests: Fix createRoom function by using roomIdPrefix instead of roomPrefix and add default value 2025-04-11 11:18:47 +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
juancarmore
7182870625 tests: Add createRoom and generateParticipantToken helper functions 2025-04-10 18:50:54 +02:00
juancarmore
7590e2bb15 tests: Update deleteAllRooms function to type room mapping and remove expect 200 status code 2025-04-10 18:00:16 +02:00
juancarmore
38e4047914 Refactor helpers.ts to improve API integration 2025-04-10 17:51:07 +02:00
Carlos Santos
70545d81b9 Refactor deleteAllRooms function to use query parameters for requests 2025-04-10 17:39:32 +02:00
Carlos Santos
c583023a69 backend: Update deleteAllRooms function to initialize nextPageToken as undefined 2025-04-10 17:37:26 +02:00
Carlos Santos
77a3712a27 backend: Improve deleteAllRooms function to handle empty roomIds gracefully 2025-04-10 17:18:07 +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