Files
redis-gui-foundation/plans/2026-03-28-frontend-smoke-validation.md
Senior Frontend Engineer b6cbe5a47e docs(project): refresh baseline verification artifacts
Check in the PM product requirements, refreshed QA acceptance evidence, shared execution split plans, and current-phase status notes so the repo matches the current delivery baseline.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-31 10:15:39 +00:00

2.0 KiB

Frontend Smoke Validation Snapshot

Date: 2026-03-28 UTC Owner: Senior Frontend Engineer Related issues: HAC-9, HAC-11, HAC-15

Goal

Revalidate the current desktop frontend and packaging path against the repository's shared smoke prerequisites.

Evidence Captured

  1. Passed: cargo test -p redis-core
  2. Passed: pnpm run desktop:build
  3. Passed: ./scripts/redis-fixture/start.sh
  4. Passed: ./scripts/redis-fixture/seed.sh
  5. Passed: pnpm run desktop:tauri:build
  6. Passed: ./scripts/redis-fixture/stop.sh
  7. Partial pass: pnpm run desktop:tauri:build:all

Artifact Evidence

  • target/release/bundle/deb/Redis GUI Foundation_0.1.0_amd64.deb
  • target/release/bundle/rpm/Redis GUI Foundation-0.1.0-1.x86_64.rpm

Packaging Outcome

  • The standard Linux packaging path now completes successfully: pnpm run desktop:tauri:build produces .deb and .rpm artifacts.
  • The separate full-bundle path pnpm run desktop:tauri:build:all still fails in the AppImage step because linuxdeploy aborts.

Remaining Gaps

  • No saved Tauri-window screenshots or interaction logs exist yet for live browse, edit, TTL, or command flows.
  • macOS and Windows package evidence remains absent.
  • AppImage packaging still needs a separate rerun or targeted investigation if that bundle format is required.
  • This environment currently has no DISPLAY, xvfb-run, or desktop screenshot utility, so real-window visual evidence cannot be captured from this session alone.
  • The desktop shell now includes a copyable QA snapshot so smoke context can still be recorded as text when screenshots are unavailable.

Frontend Conclusion

The current repository is beyond shell-only validation: backend tests, browser build, Redis fixture bootstrapping, and the standard Linux .deb/.rpm package path all succeed in this environment. The next frontend validation step should happen in a launchable Tauri desktop session so QA can capture visual evidence for the live bridge workflows while AppImage remains a separate packaging investigation.