v2 WebRTC Calling Tests #4302
Annotations
3 errors, 10 warnings, and 5 notices
[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:184:7 › v2WebrtcFromRestTwoJoinAudioVideo › should handle a call from REST API to v2 clients:
internal/e2e-js/utils.ts#L869
1) [v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:184:7 › v2WebrtcFromRestTwoJoinAudioVideo › should handle a call from REST API to v2 clients, dialing both into a Conference at answer, audio/video
Error: expect(received).toBeGreaterThan(expected)
Expected: > 2.5
Received: 1.4834516158249564
at ../utils.ts:869
867 | const packetsReceived = audioStats['inbound-rtp']['packetsReceived']
868 | if (totalAudioEnergy) ***
> 869 | expect(totalAudioEnergy).toBeGreaterThan(minTotalAudioEnergy)
| ^
870 | *** else ***
871 | console.log('Warning: totalAudioEnergy was missing from the report!')
872 | if (packetsReceived) ***
at expectv2HasReceivedAudio (/home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/utils.ts:869:30)
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/v2Webrtc/v2WebrtcFromRest.spec.ts:275:5
|
[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts:120:7 › v2WebrtcCalling › should receive a call from LaML and expect to receive audio:
internal/e2e-js/utils.ts#L869
2) [v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts:120:7 › v2WebrtcCalling › should receive a call from LaML and expect to receive audio
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0.4
Received: 0.059055268445068546
at ../utils.ts:869
867 | const packetsReceived = audioStats['inbound-rtp']['packetsReceived']
868 | if (totalAudioEnergy) ***
> 869 | expect(totalAudioEnergy).toBeGreaterThan(minTotalAudioEnergy)
| ^
870 | *** else ***
871 | console.log('Warning: totalAudioEnergy was missing from the report!')
872 | if (packetsReceived) ***
at expectv2HasReceivedAudio (/home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/utils.ts:869:30)
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/v2Webrtc/webrtcCalling.spec.ts:171:5
|
Run E2E tests (me, production-me, PRODUCTION_E2E_JS_MEREGION_SW_TEST_CONFIG)
Process completed with exit code 1.
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts took 1.6m
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts took 26.2s
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts took 1.9m
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts took 33.4s
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts took 1.9m
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts took 32.5s
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts took 1.8m
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts took 27.2s
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts took 1.8m
|
Slow Test:
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts took 27.2s
|
🎭 Playwright Run Summary
7 passed (2.1m)
|
🎭 Playwright Run Summary
7 passed (2.5m)
|
🎭 Playwright Run Summary
7 passed (2.5m)
|
🎭 Playwright Run Summary
2 failed
[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:184:7 › v2WebrtcFromRestTwoJoinAudioVideo › should handle a call from REST API to v2 clients, dialing both into a Conference at answer, audio/video
[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts:120:7 › v2WebrtcCalling › should receive a call from LaML and expect to receive audio
5 passed (2.3m)
|
🎭 Playwright Run Summary
7 passed (2.3m)
|