test(e2e): multi-viewport journey matrix with diag + screenshot dumps#307
test(e2e): multi-viewport journey matrix with diag + screenshot dumps#307jbdevprimary wants to merge 1 commit into
Conversation
… artifacts Walks the full player journey (MOUNT → TITLE → BEFORE_PLAY → AFTER_PLAY → DRIVING) across all three Playwright projects (desktop-chromium, mobile-portrait, tablet-landscape). At every stage: - PNG screenshot attached to the Playwright report so the HTML viewer (gh actions artifact) shows the full journey per viewport - Full window.__mm.diag() JSON attached as artifact so CI runs contain a complete state transcript - Summary line logged to stdout for quick scanning Also surfaces pageerror + console.error events to the test log so runtime failures stop being mysteries hidden inside the bundle. Tagged @nightly so it stays out of the fast smoke gate.
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 6 minutes and 31 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
This addresses the direct feedback: "none of this should be a MYSTERY, that's what BROWSER testing should actually be exposing, using multiple viewports, doing diagnostic dumps during e2e".
Complements the vitest-side `PlayerJourney.browser.test.tsx` (local Chrome harness) by running against the real production preview server with actual Playwright device profiles.
Test plan
🤖 Generated with Claude Code