convoy: add seed-visual-baselines workflow (harden-visual-diff-gate brief 1/2) #138
No reviewers
Labels
No labels
agent-context-drift
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rstillwell/deckhearth#138
Loading…
Reference in a new issue
No description provided.
Delete branch "convoy/harden-visual-diff-gate-brief-1-seed-workflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
`harden-visual-diff-gate` Brief 1. The visual-diff workflow has been advisory since `adopt-playwright-smoke` (PR #18) because flipping `continue-on-error: true` requires a fresh Linux baseline, and the only documented path to regenerate one was a Docker recipe (`mcr.microsoft.com/playwright:v1.60.0-noble`) that's slow, manual, and easy to skip. Now that CT 111 is online, a one-shot `workflow_dispatch` against the existing runner gives us a Git-native, byte-equivalent regen path.
What
New workflow `.github/workflows/seed-visual-baselines.yml`:
The dispatched workflow:
How an operator uses it
```bash
gh workflow run seed-visual-baselines.yml \
-f base_url=https://.vercel.app \
-f reason="Glass redesign briefs landed — refresh"
```
Or via UI: Actions → Seed visual baselines → Run workflow → fill in inputs.
Test plan
Convoy state
Related
Made with Cursor
The latest updates on your projects. Learn more about Vercel for GitHub.
Pipeline Health
Build + CI gates
Build runs on Vercel; this CI runs lint and schema-map drift only (no duplicate build).
Role reports
See individual comments above for details. This rollup updates automatically.
Visual Diff
Screenshots and diffs uploaded as artifacts: view run
If intentional changes: update snapshots locally with
npx playwright test --project=visual --update-snapshotsand commit.