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
This commit is contained in:
parent
5fa1b567fa
commit
8894174eb9
@ -447,7 +447,7 @@ jobs:
|
|||||||
MEET_AZURE_CONTAINER_NAME: ${{ matrix.storage-provider == 'abs' && 'openvidu-appdata-recordings' || '' }}
|
MEET_AZURE_CONTAINER_NAME: ${{ matrix.storage-provider == 'abs' && 'openvidu-appdata-recordings' || '' }}
|
||||||
# GCS variables
|
# GCS variables
|
||||||
GOOGLE_APPLICATION_CREDENTIALS: ${{ matrix.storage-provider == 'gcs' && '/tmp/credentials.json' || '' }}
|
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
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
cd backend
|
cd backend
|
||||||
@ -461,7 +461,7 @@ jobs:
|
|||||||
MEET_AZURE_CONTAINER_NAME: ${{ matrix.storage-provider == 'abs' && 'openvidu-appdata-recordings' || '' }}
|
MEET_AZURE_CONTAINER_NAME: ${{ matrix.storage-provider == 'abs' && 'openvidu-appdata-recordings' || '' }}
|
||||||
# GCS variables
|
# GCS variables
|
||||||
GOOGLE_APPLICATION_CREDENTIALS: ${{ matrix.storage-provider == 'gcs' && '/tmp/credentials.json' || '' }}
|
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
|
- name: Publish Test Report
|
||||||
uses: mikepenz/action-junit-report@v4
|
uses: mikepenz/action-junit-report@v4
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
@ -239,7 +239,7 @@ test.describe('Room Functionality Tests', () => {
|
|||||||
// ==========================================
|
// ==========================================
|
||||||
|
|
||||||
test.describe('Advanced Features', () => {
|
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);
|
await joinRoomAs('speaker', participantName, page);
|
||||||
|
|
||||||
// Wait for video element to be ready
|
// Wait for video element to be ready
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user