ci: run web auth and settings e2e in web pipeline

Co-authored-by: Velik <hongochai10@users.noreply.github.com>
This commit is contained in:
Cursor Agent
2026-02-23 13:16:07 +00:00
parent d808f1d4e1
commit fbb023946a

View File

@@ -47,6 +47,12 @@ jobs:
- name: Test Web Client
run: pnpm --filter @goodgo/web-client test
- name: Install Playwright Chromium
run: pnpm --filter @goodgo/web-client exec playwright install --with-deps chromium
- name: Run Web Client E2E (Auth + Settings)
run: pnpm --filter @goodgo/web-client exec playwright test e2e/auth.spec.ts e2e/settings.spec.ts --project=chromium
- name: Build Web Client
run: pnpm --filter @goodgo/web-client build