brewlog/tests
Jon Seager 73976cbe51
feat(test): add e2e browser test helpers
BrowserSession wraps headless Chrome via thirtyfour. Auth helper injects
session cookies to bypass WebAuthn. Wait helpers handle Datastar's async
DOM updates (visibility, text, URL). Form helpers find visible elements
to avoid hidden duplicates on tabbed pages. Chromedriver is auto-spawned
on first use via a dedicated parked thread with PR_SET_PDEATHSIG so the
kernel kills it when the test binary exits.
2026-02-10 10:44:47 +00:00
..
cli feat(server): auto-enable insecure cookies for localhost defaults 2026-02-09 17:23:09 +00:00
e2e feat(test): add e2e browser test helpers 2026-02-10 10:44:47 +00:00
server test: add form submission tests for all entity create handlers 2026-02-10 09:17:07 +00:00