End-to-end verification and documentation update #5
Labels
No labels
needs-info
needs-triage
ready-for-agent
ready-for-human
wayfinder:grilling
wayfinder:map
wayfinder:prototype
wayfinder:research
wayfinder:task
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: tilltheend/unwrap-clothes#5
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Parent
Parent Map: #1 (Garment Photo Cleaner Web App [Map])
Blocked by
Blocked by: "Build single-page web UI in static/index.html"
Question
How do we verify the complete web application end-to-end against a real photo (server startup on http://127.0.0.1:8000, UI interaction, successful processing with OpenRouter, Lanczos restoration, and download verification), and update repository documentation and requirements?
Resolution
Completed end-to-end verification and updated repository documentation.
Summary of deliverables
tests/test_e2e.py):/api/cleanend-to-end with high-resolution synthetic garment photos (e.g. 1200x1600, 1500x2000), simulating OpenRouter lower-res Muse outputs.was_rescaled=True, returns exact dimensions, reports generation cost, and serves valid base64 data URIs.unwrap_clothes.pyend-to-end via subprocess with mocked OpenRouter, verifying exit code 0,<name>_clean.jpgfile creation with matching dimensions, and resolution restoration logging.README.md):python3 app.pyonhttp://127.0.0.1:8000).cleaner.py,app.py,unwrap_clothes.py,static/index.html).