diff --git a/.github/workflows/ci-web.yml b/.github/workflows/ci-web.yml index cfc6365d..82237697 100644 --- a/.github/workflows/ci-web.yml +++ b/.github/workflows/ci-web.yml @@ -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