Skip to content

feat: add E2E recording test#5

Merged
msitarzewski merged 1 commit intomainfrom
feat/e2e-recording-test
Mar 14, 2026
Merged

feat: add E2E recording test#5
msitarzewski merged 1 commit intomainfrom
feat/e2e-recording-test

Conversation

@msitarzewski
Copy link
Owner

Summary

  • New tests/test-recording.mjs — full recording workflow E2E test
  • Added to CI pipeline in .github/workflows/ci.yml

Test covers: room creation → caller joins → Record button → 5s recording → Stop → timer verification → blob production (program mix + 2 participant tracks) → download UI with correct track count

Test plan

  • Passes locally (3 tracks: program mix 94.6KB + host 94.6KB + guest 94.6KB, WebM/Opus)
  • CI green on Node 18/20/22

🤖 Generated with Claude Code

New test-recording.mjs validates the full recording workflow:
room creation, record start/stop, timer, blob production, download UI.

Return-feed test improved: poll RTCPeerConnection.connectionState
instead of blind sleep, 10s renegotiation settle, 45s feed timeout,
3rd CI retry.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@msitarzewski msitarzewski merged commit 0676775 into main Mar 14, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant