mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Adds a new Electron-only E2E spec and companion helper module covering: - Update callout renders with correct version and shows Installing… on click - Daemon management toggle confirm dialog copy, cancel, and confirm flows - Daemon status panel seeded from the real running E2E daemon (version, PID, log path) - Stopping then re-enabling management observes a fresh PID from the stateful IPC mock Exports E2E_PASEO_HOME from globalSetup so tests can read the paseo.pid lock file and derive the daemon log path without hardcoding paths.