From 8894174eb9c80fbb43728702ca7d4b318f1932b8 Mon Sep 17 00:00:00 2001 From: juancarmore Date: Fri, 26 Sep 2025 10:12:08 +0200 Subject: [PATCH] ci: update MEET_S3_BUCKET variable to ensure consistent bucket name for GCS adn S3 storage. Change test.only to test for virtual background functionality in room tests --- .github/workflows/backend-integration-test.yaml | 4 ++-- frontend/webcomponent/tests/e2e/core/room.test.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backend-integration-test.yaml b/.github/workflows/backend-integration-test.yaml index a1e85ad..cff1f3c 100644 --- a/.github/workflows/backend-integration-test.yaml +++ b/.github/workflows/backend-integration-test.yaml @@ -447,7 +447,7 @@ jobs: MEET_AZURE_CONTAINER_NAME: ${{ matrix.storage-provider == 'abs' && 'openvidu-appdata-recordings' || '' }} # GCS variables GOOGLE_APPLICATION_CREDENTIALS: ${{ matrix.storage-provider == 'gcs' && '/tmp/credentials.json' || '' }} - MEET_S3_BUCKET: ${{ matrix.storage-provider == 'gcs' && 'openvidu-appdata' || '' }} + MEET_S3_BUCKET: ${{ matrix.storage-provider == 'gcs' && 'openvidu-appdata' || 'openvidu-appdata' }} - name: Run tests run: | cd backend @@ -461,7 +461,7 @@ jobs: MEET_AZURE_CONTAINER_NAME: ${{ matrix.storage-provider == 'abs' && 'openvidu-appdata-recordings' || '' }} # GCS variables GOOGLE_APPLICATION_CREDENTIALS: ${{ matrix.storage-provider == 'gcs' && '/tmp/credentials.json' || '' }} - MEET_S3_BUCKET: ${{ matrix.storage-provider == 'gcs' && 'openvidu-appdata' || '' }} + MEET_S3_BUCKET: ${{ matrix.storage-provider == 'gcs' && 'openvidu-appdata' || 'openvidu-appdata' }} - name: Publish Test Report uses: mikepenz/action-junit-report@v4 if: always() diff --git a/frontend/webcomponent/tests/e2e/core/room.test.ts b/frontend/webcomponent/tests/e2e/core/room.test.ts index 160277e..9bd75dc 100644 --- a/frontend/webcomponent/tests/e2e/core/room.test.ts +++ b/frontend/webcomponent/tests/e2e/core/room.test.ts @@ -239,7 +239,7 @@ test.describe('Room Functionality Tests', () => { // ========================================== test.describe('Advanced Features', () => { - test.only('should apply virtual background and detect visual changes', async ({ page }) => { + test('should apply virtual background and detect visual changes', async ({ page }) => { await joinRoomAs('speaker', participantName, page); // Wait for video element to be ready