Browser SDK [production] #2486
browser-js-production.yml
on: schedule
Matrix: Run E2E tests
report-result
5s
Annotations
5 errors, 19 warnings, and 9 notices
[callfabric] › callfabric/relayApp.spec.ts:15:7 › CallFabric Relay Application › should connect to the relay app and expect an audio playback:
internal/e2e-js/tests/callfabric/relayApp.spec.ts#L81
1) [callfabric] › callfabric/relayApp.spec.ts:15:7 › CallFabric Relay Application › should connect to the relay app and expect an audio playback
Error: page.evaluate: Object
79 | const expectInitialEvents = expectCFInitialEvents(page, [callPlayStarted])
80 |
> 81 | await page.evaluate(async () => ***
| ^
82 | // @ts-expect-error
83 | const call = window._roomObj
84 |
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/callfabric/relayApp.spec.ts:81:16
|
[callfabric] › callfabric/relayApp.spec.ts:124:7 › CallFabric Relay Application › should connect to the relay app and expect a silence:
internal/e2e-js/tests/callfabric/relayApp.spec.ts#L186
2) [callfabric] › callfabric/relayApp.spec.ts:124:7 › CallFabric Relay Application › should connect to the relay app and expect a silence
Error: page.evaluate: Object
184 | const expectInitialEvents = expectCFInitialEvents(page, [callPlayStarted])
185 |
> 186 | await page.evaluate(async () => ***
| ^
187 | // @ts-expect-error
188 | const call = window._roomObj
189 |
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/callfabric/relayApp.spec.ts:186:16
|
[callfabric] › callfabric/relayApp.spec.ts:239:7 › CallFabric Relay Application › should connect to the relay app and expect a hangup:
internal/e2e-js/tests/callfabric/relayApp.spec.ts#L289
3) [callfabric] › callfabric/relayApp.spec.ts:239:7 › CallFabric Relay Application › should connect to the relay app and expect a hangup
Error: page.evaluate: Object
287 | const expectFinalEvents = expectCFFinalEvents(page)
288 |
> 289 | await page.evaluate(async () => ***
| ^
290 | // @ts-expect-error
291 | const call = window._roomObj
292 |
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/callfabric/relayApp.spec.ts:289:16
|
[callfabric] › callfabric/swml.spec.ts:45:7 › CallFabric SWML › should dial an address and expect a TTS audio:
internal/e2e-js/tests/callfabric/swml.spec.ts#L79
4) [callfabric] › callfabric/swml.spec.ts:45:7 › CallFabric SWML › should dial an address and expect a TTS audio
Error: page.evaluate: Object
77 | const expectInitialEvents = expectCFInitialEvents(page, [callPlayStarted])
78 |
> 79 | await page.evaluate(async () => ***
| ^
80 | // @ts-expect-error
81 | const call = window._roomObj
82 |
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/callfabric/swml.spec.ts:79:16
|
Run E2E tests (18.x, callfabric)
Process completed with exit code 1.
|
Slow Test:
internal/e2e-js/[badNetwork] › roomSessionBadNetwork.spec.ts#L1
internal/e2e-js/[badNetwork] › roomSessionBadNetwork.spec.ts took 49.9s
|
Slow Test:
internal/e2e-js/[audience] › roomSessionAudienceCount.spec.ts#L1
internal/e2e-js/[audience] › roomSessionAudienceCount.spec.ts took 41.0s
|
Slow Test:
internal/e2e-js/[audience] › roomSessionFollowLeader.spec.ts#L1
internal/e2e-js/[audience] › roomSessionFollowLeader.spec.ts took 23.3s
|
Slow Test:
internal/e2e-js/[reattach] › roomSessionReattachMultiple.spec.ts#L1
internal/e2e-js/[reattach] › roomSessionReattachMultiple.spec.ts took 31.4s
|
Slow Test:
internal/e2e-js/[reattach] › roomSessionReattach.spec.ts#L1
internal/e2e-js/[reattach] › roomSessionReattach.spec.ts took 22.3s
|
Slow Test:
internal/e2e-js/[promote] › roomSessionPromoteDemote.spec.ts#L1
internal/e2e-js/[promote] › roomSessionPromoteDemote.spec.ts took 37.6s
|
Slow Test:
internal/e2e-js/[promote] › roomSessionPromoteReattachDemote.spec.ts#L1
internal/e2e-js/[promote] › roomSessionPromoteReattachDemote.spec.ts took 35.7s
|
Slow Test:
internal/e2e-js/[demote] › roomSessionDemote.spec.ts#L1
internal/e2e-js/[demote] › roomSessionDemote.spec.ts took 31.5s
|
Slow Test:
internal/e2e-js/[demote] › roomSessionDemoteReattachPromote.spec.ts#L1
internal/e2e-js/[demote] › roomSessionDemoteReattachPromote.spec.ts took 25.6s
|
Slow Test:
internal/e2e-js/[demote] › roomSessionDemotePromote.spec.ts#L1
internal/e2e-js/[demote] › roomSessionDemotePromote.spec.ts took 18.2s
|
Slow Test:
internal/e2e-js/[callfabric] › callfabric/buildVideoElement.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/buildVideoElement.spec.ts took 19.8s
|
Slow Test:
internal/e2e-js/[callfabric] › callfabric/relayApp.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/relayApp.spec.ts took 18.3s
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts took 2.7m
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts took 28.7s
|
Slow Test:
internal/e2e-js/[default] › roomSessionJoinFrom.spec.ts#L1
internal/e2e-js/[default] › roomSessionJoinFrom.spec.ts took 44.9s
|
Slow Test:
internal/e2e-js/[default] › roomSession.spec.ts#L1
internal/e2e-js/[default] › roomSession.spec.ts took 33.0s
|
Slow Test:
internal/e2e-js/[default] › roomSessionRemoveAt.spec.ts#L1
internal/e2e-js/[default] › roomSessionRemoveAt.spec.ts took 29.4s
|
Slow Test:
internal/e2e-js/[default] › roomSessionRemoveAfterSecondsElapsed.spec.ts#L1
internal/e2e-js/[default] › roomSessionRemoveAfterSecondsElapsed.spec.ts took 21.9s
|
Slow Test:
internal/e2e-js/[default] › roomSessionRemoveAllMembers.spec.ts#L1
internal/e2e-js/[default] › roomSessionRemoveAllMembers.spec.ts took 20.6s
|
🎭 Playwright Run Summary
5 passed (33.2s)
|
🎭 Playwright Run Summary
1 passed (50.6s)
|
🎭 Playwright Run Summary
4 passed (1.4m)
|
🎭 Playwright Run Summary
8 passed (1.4m)
|
🎭 Playwright Run Summary
4 passed (1.5m)
|
🎭 Playwright Run Summary
4 passed (1.5m)
|
🎭 Playwright Run Summary
4 failed
[callfabric] › callfabric/relayApp.spec.ts:15:7 › CallFabric Relay Application › should connect to the relay app and expect an audio playback
[callfabric] › callfabric/relayApp.spec.ts:124:7 › CallFabric Relay Application › should connect to the relay app and expect a silence
[callfabric] › callfabric/relayApp.spec.ts:239:7 › CallFabric Relay Application › should connect to the relay app and expect a hangup
[callfabric] › callfabric/swml.spec.ts:45:7 › CallFabric SWML › should dial an address and expect a TTS audio
2 skipped
18 passed (1.8m)
|
🎭 Playwright Run Summary
7 passed (3.2m)
|
🎭 Playwright Run Summary
2 skipped
33 passed (4.1m)
|