Skip to content

Browser SDK [production] #2903

Browser SDK [production]

Browser SDK [production] #2903

Triggered via schedule January 13, 2025 08:02
Status Failure
Total duration 5m 21s
Artifacts
Matrix: Run E2E tests
report-result
5s
report-result
Fit to window
Zoom out
Zoom in

Annotations

17 errors, 33 warnings, and 10 notices
[callfabric] › callfabric/conversation.spec.ts:10:7 › Conversation Room › send message in a room conversation: internal/e2e-js/tests/callfabric/conversation.spec.ts#L98
1) [callfabric] › callfabric/conversation.spec.ts:10:7 › Conversation Room › send message in a room conversation Error: expect(received).toEqual(expected) // deep equality Expected: 2 Received: 1 96 | expect(messages).not.toBeUndefined() 97 | > 98 | expect(messages.data.length).toEqual(2) | ^ 99 | expect(messages.data[0]).toMatchObject(*** 100 | conversation_id: addressId, 101 | details: ***, at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/callfabric/conversation.spec.ts:98:34
Run E2E tests (18.x, callfabric)
Process completed with exit code 1.
[promote] › roomSessionPromoteDemote.spec.ts:19:7 › RoomSession promote/demote methods › should promote/demote audience: internal/e2e-js/tests/roomSessionPromoteDemote.spec.ts#L1
1) [promote] › roomSessionPromoteDemote.spec.ts:19:7 › RoomSession promote/demote methods › should promote/demote audience Test timeout of 120000ms exceeded.
[promote] › roomSessionPromoteDemote.spec.ts:19:7 › RoomSession promote/demote methods › should promote/demote audience: internal/e2e-js/utils.ts#L1275
1) [promote] › roomSessionPromoteDemote.spec.ts:19:7 › RoomSession promote/demote methods › should promote/demote audience Error: page.evaluate: Target closed at ../utils.ts:1275 1273 | options: *** invokeJoin: boolean *** = *** invokeJoin: true *** 1274 | ) => *** > 1275 | return page.evaluate((*** invokeJoin ***) => *** | ^ 1276 | return new Promise<any>(async (resolve, reject) => *** 1277 | // @ts-expect-error 1278 | const roomObj: Video.RoomSession = window._roomObj at expectRoomJoined (/home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/utils.ts:1275:15) at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/roomSessionPromoteDemote.spec.ts:126:55
[promote] › roomSessionPromoteDemote.spec.ts:19:7 › RoomSession promote/demote methods › should promote/demote audience: internal/e2e-js/tests/roomSessionPromoteDemote.spec.ts#L1
1) [promote] › roomSessionPromoteDemote.spec.ts:19:7 › RoomSession promote/demote methods › should promote/demote audience Pending operations: - page.evaluate at utils.ts:1275:15
Run E2E tests (18.x, promote)
Process completed with exit code 1.
[demote] › roomSessionDemoteReattachPromote.spec.ts:16:7 › RoomSession demote participant: internal/e2e-js/tests/roomSessionDemoteReattachPromote.spec.ts#L1
1) [demote] › roomSessionDemoteReattachPromote.spec.ts:16:7 › RoomSession demote participant, reattach and then promote again › should demote participant, reattach and then promote again Test timeout of 120000ms exceeded.
[demote] › roomSessionDemoteReattachPromote.spec.ts:16:7 › RoomSession demote participant: internal/e2e-js/utils.ts#L1275
1) [demote] › roomSessionDemoteReattachPromote.spec.ts:16:7 › RoomSession demote participant, reattach and then promote again › should demote participant, reattach and then promote again Error: page.evaluate: Target closed at ../utils.ts:1275 1273 | options: *** invokeJoin: boolean *** = *** invokeJoin: true *** 1274 | ) => *** > 1275 | return page.evaluate((*** invokeJoin ***) => *** | ^ 1276 | return new Promise<any>(async (resolve, reject) => *** 1277 | // @ts-expect-error 1278 | const roomObj: Video.RoomSession = window._roomObj at expectRoomJoined (/home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/utils.ts:1275:15) at createTestRoomSession (/home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/utils.ts:230:5) at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/roomSessionDemoteReattachPromote.spec.ts:147:5
[demote] › roomSessionDemoteReattachPromote.spec.ts:16:7 › RoomSession demote participant: internal/e2e-js/tests/roomSessionDemoteReattachPromote.spec.ts#L1
1) [demote] › roomSessionDemoteReattachPromote.spec.ts:16:7 › RoomSession demote participant, reattach and then promote again › should demote participant, reattach and then promote again Pending operations: - page.evaluate at utils.ts:1275:15 - page.evaluate at utils.ts:1275:15
Run E2E tests (18.x, demote)
Process completed with exit code 1.
[reattach] › roomSessionReattach.spec.ts:28:9 › RoomSessionReattach › should allow reattaching to a room for audience: internal/e2e-js/tests/roomSessionReattach.spec.ts#L1
1) [reattach] › roomSessionReattach.spec.ts:28:9 › RoomSessionReattach › should allow reattaching to a room for audience Test timeout of 120000ms exceeded.
[reattach] › roomSessionReattach.spec.ts:28:9 › RoomSessionReattach › should allow reattaching to a room for audience: internal/e2e-js/utils.ts#L1275
1) [reattach] › roomSessionReattach.spec.ts:28:9 › RoomSessionReattach › should allow reattaching to a room for audience Error: page.evaluate: Target closed at ../utils.ts:1275 1273 | options: *** invokeJoin: boolean *** = *** invokeJoin: true *** 1274 | ) => *** > 1275 | return page.evaluate((*** invokeJoin ***) => *** | ^ 1276 | return new Promise<any>(async (resolve, reject) => *** 1277 | // @ts-expect-error 1278 | const roomObj: Video.RoomSession = window._roomObj at expectRoomJoined (/home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/utils.ts:1275:15) at createTestRoomSession (/home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/utils.ts:230:5) at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/roomSessionReattach.spec.ts:78:7
[reattach] › roomSessionReattach.spec.ts:28:9 › RoomSessionReattach › should allow reattaching to a room for audience: internal/e2e-js/tests/roomSessionReattach.spec.ts#L1
1) [reattach] › roomSessionReattach.spec.ts:28:9 › RoomSessionReattach › should allow reattaching to a room for audience Pending operations: - page.evaluate at utils.ts:1275:15 - page.evaluate at utils.ts:1275:15
[reattach] › roomSessionReattachMultiple.spec.ts:28:9 › RoomSessionReattach › should allow reattaching to a room for audience: internal/e2e-js/tests/roomSessionReattachMultiple.spec.ts#L1
2) [reattach] › roomSessionReattachMultiple.spec.ts:28:9 › RoomSessionReattach › should allow reattaching to a room for audience Test timeout of 120000ms exceeded.
[reattach] › roomSessionReattachMultiple.spec.ts:28:9 › RoomSessionReattach › should allow reattaching to a room for audience: internal/e2e-js/utils.ts#L1275
2) [reattach] › roomSessionReattachMultiple.spec.ts:28:9 › RoomSessionReattach › should allow reattaching to a room for audience Error: page.evaluate: Target closed at ../utils.ts:1275 1273 | options: *** invokeJoin: boolean *** = *** invokeJoin: true *** 1274 | ) => *** > 1275 | return page.evaluate((*** invokeJoin ***) => *** | ^ 1276 | return new Promise<any>(async (resolve, reject) => *** 1277 | // @ts-expect-error 1278 | const roomObj: Video.RoomSession = window._roomObj at expectRoomJoined (/home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/utils.ts:1275:15) at createTestRoomSession (/home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/utils.ts:230:5) at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/roomSessionReattachMultiple.spec.ts:76:7
[reattach] › roomSessionReattachMultiple.spec.ts:28:9 › RoomSessionReattach › should allow reattaching to a room for audience: internal/e2e-js/tests/roomSessionReattachMultiple.spec.ts#L1
2) [reattach] › roomSessionReattachMultiple.spec.ts:28:9 › RoomSessionReattach › should allow reattaching to a room for audience Pending operations: - page.evaluate at utils.ts:1275:15 - page.evaluate at utils.ts:1275:15
Run E2E tests (18.x, reattach)
Process completed with exit code 1.
Run E2E tests (18.x, streaming)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run E2E tests (18.x, badNetwork)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: internal/e2e-js/[badNetwork] › roomSessionBadNetwork.spec.ts#L1
internal/e2e-js/[badNetwork] › roomSessionBadNetwork.spec.ts took 50.0s
Run E2E tests (18.x, videoElement)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: internal/e2e-js/[videoElement] › buildVideoWithFabricSdk.spec.ts#L1
internal/e2e-js/[videoElement] › buildVideoWithFabricSdk.spec.ts took 31.4s
Slow Test: internal/e2e-js/[videoElement] › buildVideoWithVideoSdk.spec.ts#L1
internal/e2e-js/[videoElement] › buildVideoWithVideoSdk.spec.ts took 28.9s
Run E2E tests (18.x, audience)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: internal/e2e-js/[audience] › roomSessionAudienceCount.spec.ts#L1
internal/e2e-js/[audience] › roomSessionAudienceCount.spec.ts took 31.0s
Slow Test: internal/e2e-js/[audience] › roomSessionFollowLeader.spec.ts#L1
internal/e2e-js/[audience] › roomSessionFollowLeader.spec.ts took 22.9s
Run E2E tests (18.x, callfabric)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: internal/e2e-js/[callfabric] › callfabric/swml.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/swml.spec.ts took 29.9s
Slow Test: internal/e2e-js/[callfabric] › callfabric/relayApp.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/relayApp.spec.ts took 20.8s
Run E2E tests (18.x, promote)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: internal/e2e-js/[promote] › roomSessionPromoteDemote.spec.ts#L1
internal/e2e-js/[promote] › roomSessionPromoteDemote.spec.ts took 2.0m
Slow Test: internal/e2e-js/[promote] › roomSessionPromoteReattachDemote.spec.ts#L1
internal/e2e-js/[promote] › roomSessionPromoteReattachDemote.spec.ts took 38.4s
Slow Test: internal/e2e-js/[promote] › roomSessionPromoteMeta.spec.ts#L1
internal/e2e-js/[promote] › roomSessionPromoteMeta.spec.ts took 16.1s
Run E2E tests (18.x, demote)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: internal/e2e-js/[demote] › roomSessionDemoteReattachPromote.spec.ts#L1
internal/e2e-js/[demote] › roomSessionDemoteReattachPromote.spec.ts took 2.0m
Slow Test: internal/e2e-js/[demote] › roomSessionDemote.spec.ts#L1
internal/e2e-js/[demote] › roomSessionDemote.spec.ts took 30.4s
Slow Test: internal/e2e-js/[demote] › roomSessionDemotePromote.spec.ts#L1
internal/e2e-js/[demote] › roomSessionDemotePromote.spec.ts took 19.9s
Run E2E tests (18.x, v2WebRTC)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts took 2.6m
Slow Test: internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts took 26.5s
Run E2E tests (18.x, default)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: internal/e2e-js/[default] › roomSessionJoinFrom.spec.ts#L1
internal/e2e-js/[default] › roomSessionJoinFrom.spec.ts took 44.0s
Slow Test: internal/e2e-js/[default] › roomSessionRemoveAt.spec.ts#L1
internal/e2e-js/[default] › roomSessionRemoveAt.spec.ts took 29.6s
Slow Test: internal/e2e-js/[default] › roomSession.spec.ts#L1
internal/e2e-js/[default] › roomSession.spec.ts took 26.9s
Slow Test: internal/e2e-js/[default] › roomSessionRemoveAfterSecondsElapsed.spec.ts#L1
internal/e2e-js/[default] › roomSessionRemoveAfterSecondsElapsed.spec.ts took 21.0s
Slow Test: internal/e2e-js/[default] › roomSessionRemoveAllMembers.spec.ts#L1
internal/e2e-js/[default] › roomSessionRemoveAllMembers.spec.ts took 20.4s
Run E2E tests (18.x, reattach)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: internal/e2e-js/[reattach] › roomSessionReattachMultiple.spec.ts#L1
internal/e2e-js/[reattach] › roomSessionReattachMultiple.spec.ts took 2.1m
Slow Test: internal/e2e-js/[reattach] › roomSessionReattach.spec.ts#L1
internal/e2e-js/[reattach] › roomSessionReattach.spec.ts took 2.1m
report-result
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🎭 Playwright Run Summary
5 passed (32.8s)
🎭 Playwright Run Summary
1 passed (50.8s)
🎭 Playwright Run Summary
12 passed (1.0m)
🎭 Playwright Run Summary
4 passed (1.2m)
🎭 Playwright Run Summary
1 failed [callfabric] › callfabric/conversation.spec.ts:10:7 › Conversation Room › send message in a room conversation 2 skipped 16 passed (1.7m)
🎭 Playwright Run Summary
1 failed [promote] › roomSessionPromoteDemote.spec.ts:19:7 › RoomSession promote/demote methods › should promote/demote audience 3 passed (3.0m)
🎭 Playwright Run Summary
1 failed [demote] › roomSessionDemoteReattachPromote.spec.ts:16:7 › RoomSession demote participant, reattach and then promote again › should demote participant, reattach and then promote again 3 passed (3.0m)
🎭 Playwright Run Summary
7 passed (3.1m)
🎭 Playwright Run Summary
2 skipped 33 passed (3.9m)
🎭 Playwright Run Summary
2 failed [reattach] › roomSessionReattach.spec.ts:28:9 › RoomSessionReattach › should allow reattaching to a room for audience [reattach] › roomSessionReattachMultiple.spec.ts:28:9 › RoomSessionReattach › should allow reattaching to a room for audience 6 passed (4.7m)