You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: run the Playwright e2e non-regression suite in CI
Add a `make test-e2e` target that builds the client and backend, serves the
built client through smocker (seeded with tests/sessions), runs the Playwright
suite against it, then stops the server. Wire it into CI as a dedicated `e2e`
job (installs the Chromium browser via `npx playwright install --with-deps`)
and make `deploy` depend on it.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments