[gemma-4-multimodal] Visual Verification of Deployment Success #1490

Merged
Timmy merged 1 commits from gemma4-worker-20260409-105524-1485 into main 2026-04-09 14:58:06 +00:00
Owner

Deployment Visual Verification

Closes: #1485

Post-deployment step that uses vision to verify UI renders correctly. Takes screenshots of deployed endpoints and checks for rendering errors, missing assets, layout breaks, and expected content.

Usage

python scripts/deploy_verify.py check https://my-app.com
python scripts/deploy_verify.py check https://my-app.com --expect 'Welcome'
python scripts/deploy_verify.py batch urls.txt
## Deployment Visual Verification **Closes:** #1485 Post-deployment step that uses vision to verify UI renders correctly. Takes screenshots of deployed endpoints and checks for rendering errors, missing assets, layout breaks, and expected content. ### Usage ```bash python scripts/deploy_verify.py check https://my-app.com python scripts/deploy_verify.py check https://my-app.com --expect 'Welcome' python scripts/deploy_verify.py batch urls.txt ```
Rockachopa added 1 commit 2026-04-09 14:55:31 +00:00
feat: add deployment visual verification script
Some checks are pending
Tests / lint (pull_request) Waiting to run
Tests / test (pull_request) Blocked by required conditions
10eb29f57b
Post-deployment UI verification using vision:
- Screenshot-based page rendering checks
- Error detection (404, 500, broken layouts)
- Expected content verification
- Batch URL checking for multi-endpoint deployments

Relates to #1485
Timmy merged commit d1c069f8f8 into main 2026-04-09 14:58:06 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#1490