mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-28 03:39:56 -04:00
37058c8991
Playwright writes a -diff.png when a snapshot differs, but a missing baseline takes handleMissing, which writes only -actual.png. The detection step looked for -diff.png alone, so a PR that adds a manifest route without regenerating baselines uploaded no artifact and the sticky comment carried no advisory at all. Match -actual.png too — both names are written exclusively by the snapshot matcher, so a non-snapshot failure (which leaves test-failed-N.png) still reports nothing — and say in the comment that the missing case uploads actual only. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>