mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 22:12:23 +00:00
8f8def9ad0
Tests were timing out waiting for login form because fresh installations show the first-run setup screen instead. Adding PULSE_AUTH_USER and PULSE_AUTH_PASS environment variables pre-configures authentication and bypasses the setup screen, allowing tests to login directly. Related to #695