test(01): persist human verification items as UAT

This commit is contained in:
lorentz 2026-05-03 14:03:05 -04:00
parent a293a4f662
commit ca91390f1a

View file

@ -0,0 +1,36 @@
---
status: partial
phase: 01-pwa-scaffolding
source: [01-VERIFICATION.md]
started: 2026-05-03T00:00:00Z
updated: 2026-05-03T00:00:00Z
---
## Current Test
[awaiting human testing]
## Tests
### 1. iPhone Add-to-Home-Screen install + chromeless launch
expected: Tapping the installed icon opens Pulse with no Safari chrome (no URL bar, no tabs); landing route is `/mobile`; status bar tints match theme_color `#0075AD` on iOS; background flashes `#FFFFFF` then renders the mobile shell. Required by ROADMAP Phase 1 SC #4.
result: [pending]
### 2. Android Chrome PWA install + standalone launch
expected: Chrome shows an install prompt (or "Add to Home Screen" from menu); the installed icon uses one of the configured PNGs; launching opens a standalone window with no browser chrome; URL bar is hidden; navigating beyond `/mobile` (scope=`/`) stays in-app. Required by ROADMAP Phase 1 SC #4 and PWA-01.
result: [pending]
### 3. Live dev-server smoke test (optional)
expected: With `npm run dev` running, view source on `http://localhost:3100/` shows `<meta name="viewport" content="...viewport-fit=cover...">` and `<link rel="manifest" href="/manifest.json">` in the head. Optional but quick.
result: [pending]
## Summary
total: 3
passed: 0
issues: 0
pending: 3
skipped: 0
blocked: 0
## Gaps