Browser SDK [staging] #3045
browser-js-staging.yml
on: schedule
Matrix: Run E2E tests
report-result
3s
Annotations
6 errors, 16 warnings, and 5 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
|
[callfabric] › callfabric/swml.spec.ts:93:7 › CallFabric SWML › should dial an address and expect a hangup:
internal/e2e-js/tests/callfabric/swml.spec.ts#L118
5) [callfabric] › callfabric/swml.spec.ts:93:7 › CallFabric SWML › should dial an address and expect a hangup
Error: page.evaluate: Object
116 | const expectFinalEvents = expectCFFinalEvents(page)
117 |
> 118 | await page.evaluate(async () => ***
| ^
119 | // @ts-expect-error
120 | const call = window._roomObj
121 |
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/callfabric/swml.spec.ts:118:16
|
Run E2E tests (20.x, callfabric)
Process completed with exit code 1.
|
Slow Test:
internal/e2e-js/[videoElement] › buildVideoWithFabricSDK.spec.ts#L1
internal/e2e-js/[videoElement] › buildVideoWithFabricSDK.spec.ts took 1.0m
|
Slow Test:
internal/e2e-js/[videoElement] › buildVideoWithVideoSDK.spec.ts#L1
internal/e2e-js/[videoElement] › buildVideoWithVideoSDK.spec.ts took 51.4s
|
Slow Test:
internal/e2e-js/[callfabric] › callfabric/videoRoom.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/videoRoom.spec.ts took 24.3s
|
Slow Test:
internal/e2e-js/[callfabric] › callfabric/raiseHand.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/raiseHand.spec.ts took 24.0s
|
Slow Test:
internal/e2e-js/[callfabric] › callfabric/reattach.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/reattach.spec.ts took 19.8s
|
Slow Test:
internal/e2e-js/[callfabric] › callfabric/videoRoomLayout.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/videoRoomLayout.spec.ts took 15.6s
|
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 27.1s
|
Slow Test:
internal/e2e-js/[renegotiation] › roomSessionUpdateMedia.spec.ts#L1
internal/e2e-js/[renegotiation] › roomSessionUpdateMedia.spec.ts took 1.3m
|
Slow Test:
internal/e2e-js/[renegotiation] › callfabric/renegotiateAudio.spec.ts#L1
internal/e2e-js/[renegotiation] › callfabric/renegotiateAudio.spec.ts took 1.1m
|
Slow Test:
internal/e2e-js/[renegotiation] › callfabric/renegotiateVideo.spec.ts#L1
internal/e2e-js/[renegotiation] › callfabric/renegotiateVideo.spec.ts took 38.0s
|
Slow Test:
internal/e2e-js/[default] › roomSessionJoinFrom.spec.ts#L1
internal/e2e-js/[default] › roomSessionJoinFrom.spec.ts took 59.2s
|
Slow Test:
internal/e2e-js/[default] › roomSession.spec.ts#L1
internal/e2e-js/[default] › roomSession.spec.ts took 39.1s
|
Slow Test:
internal/e2e-js/[default] › roomSessionRemoveAfterSecondsElapsed.spec.ts#L1
internal/e2e-js/[default] › roomSessionRemoveAfterSecondsElapsed.spec.ts took 31.2s
|
Slow Test:
internal/e2e-js/[default] › roomSessionRemoveAt.spec.ts#L1
internal/e2e-js/[default] › roomSessionRemoveAt.spec.ts took 29.9s
|
Slow Test:
internal/e2e-js/[default] › roomSessionDevices.spec.ts#L1
internal/e2e-js/[default] › roomSessionDevices.spec.ts took 28.5s
|
🎭 Playwright Run Summary
12 passed (1.9m)
|
🎭 Playwright Run Summary
5 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
[callfabric] › callfabric/swml.spec.ts:93:7 › CallFabric SWML › should dial an address and expect a hangup
2 skipped
15 passed (2.2m)
|
🎭 Playwright Run Summary
7 passed (3.2m)
|
🎭 Playwright Run Summary
8 passed (3.2m)
|
🎭 Playwright Run Summary
2 skipped
34 passed (5.7m)
|