mirror of
https://github.com/jakejarvis/stanza.git
synced 2026-07-16 18:05:58 -04:00
End-to-end browser tests with Playwright:
npx playwright install # one-time: download browser binaries
{{run "test:e2e"}} # run the suite headless
{{run "test:e2e:ui"}} # interactive UI mode for debugging
Specs live in {{app.dir}}/tests/ — Playwright auto-starts your dev server (see playwright.config.ts).