You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: install system ffmpeg in CI and add UI changes to example app
Playwright's bundled FFmpeg is compiled with --disable-everything and
only supports WebM encoding for recording — it lacks the fps, palettegen,
and paletteuse filters required for GIF conversion. Install system ffmpeg
via apt-get in the demo workflow to fix post-processing.
Also add meaningful UI changes to the example app (price display, wishlist
button, best-seller badge) so the diff analyzer detects UI changes and
the pipeline runs end-to-end instead of short-circuiting.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments