|
| 1 | +# Desktop Release Heavy Inventory |
| 2 | + |
| 3 | +The release regression matrix keeps hardware, OS-lifecycle, and subjective visual checks out of the deterministic PR gate. These items remain tracked here so release owners can cover them manually or through heavier packaged-app jobs. |
| 4 | + |
| 5 | +- gameOpenWindow — full round-trip with openGameWindow mock (needs canvas mock update) |
| 6 | +- Abnormal window position (off-screen) is corrected to safe defaults (e2e) |
| 7 | +- Microphone input works after permission is granted (hardware) |
| 8 | +- Swabble fires 'wakeWordDetected' event when wake word is spoken (hardware) |
| 9 | +- Audio transcription produces non-empty text for clear speech (hardware) |
| 10 | +- Camera preview renders in the UI when stream is started (hardware) |
| 11 | +- Switching between front/rear camera works (hardware) |
| 12 | +- takeScreenshot returns a non-empty base64 PNG (hardware) |
| 13 | +- Frame capture mode streams frames at configured interval (hardware) |
| 14 | +- Deep link received while app is closed causes app to launch (e2e) |
| 15 | +- Deep link received while app is open does not launch second instance (e2e) |
| 16 | +- Shortcuts survive window focus changes (e2e) |
| 17 | +- App launches automatically after system restart (e2e) |
| 18 | +- Auto-launch survives app updates (e2e) |
| 19 | +- Keyboard shortcut Cmd+Q triggers quit (e2e) |
| 20 | +- Keyboard shortcut Cmd+R triggers reload (e2e) |
| 21 | +- Keyboard shortcut Cmd+Option+I opens devtools (e2e) |
| 22 | +- Gateway discovery sends gatewayDiscovery push event to renderer (integration) |
| 23 | +- Canvas window is sandboxed — cannot access main app origin (integration) |
| 24 | +- Canvas navigate blocks external URLs (integration) |
| 25 | +- Agent port is reachable via HTTP after status reaches 'running' (integration) |
| 26 | +- Agent crash triggers automatic restart (integration) |
| 27 | +- Stopping agent while starting does not leave zombie process (integration) |
| 28 | +- Check for updates contacts the release server (network) |
| 29 | +- Applying update relaunches the app (e2e) |
| 30 | +- Update check works on both canary and stable channels (network) |
| 31 | +- Tray icon persists after main window is closed (e2e) |
| 32 | +- Main window has native vibrancy effect on macOS (e2e) |
| 33 | +- Context menu closes when clicking elsewhere (e2e) |
| 34 | +- Left-clicking the tray icon opens the companion window (visual) |
| 35 | +- Right-clicking the tray icon shows the tray context menu (visual) |
| 36 | +- Window can be dragged by clicking the header region (visual) |
| 37 | +- Photo quality is acceptable at default settings (hardware) |
| 38 | +- Requesting accessibility opens System Preferences (OS interaction) |
| 39 | +- Permission status reflects actual system state (OS interaction) |
| 40 | +- Context menu appears at cursor position (visual) |
| 41 | +- Power state reflects actual battery status (hardware) |
0 commit comments