27 Commits

Author SHA1 Message Date
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
9a4237c59d backend: Enhance expectValidRoom to conditionally validate autoDeletionDate based on markedForDeletion 2025-04-23 12:45:12 +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
dae12bcbe4 backend: Add integration tests for recording API and enhance assertion helpers 2025-04-21 16:22:29 +02:00
Carlos Santos
a65018072a backend: Update createRoom to return 201 status on successful room creation 2025-04-15 12:02:02 +02:00
Carlos Santos
9bdacf7d0f backend: Add integration tests for room garbage collector functionality 2025-04-15 11:19:12 +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
Carlos Santos
58dcd83229 backend: Centralize configuration values in internal-config module 2025-04-11 17:13:05 +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
4c8db66d58 backend: Add API key header constant and update middleware to use it 2025-04-11 12:29:45 +02:00
Carlos Santos
fbe0868579 backend: Set default value for options parameter in createRoom function 2025-04-11 12:17:04 +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
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
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
96236f6a9e backend: Refactor test server setup by moving to helpers module 2025-04-10 16:47:47 +02:00
Carlos Santos
017b430bf1 Added source code 2025-03-10 19:25:11 +01:00