fix(e2e): remove reporter override to enable E2E coverage generation

This commit is contained in:
GitHub Actions
2026-01-26 22:53:16 +00:00
parent ff05ab4f1b
commit a43086e061
2 changed files with 33 additions and 2 deletions

View File

@@ -252,8 +252,7 @@ jobs:
run: |
npx playwright test \
--project=${{ matrix.browser }} \
--shard=${{ matrix.shard }}/${{ matrix.total-shards }} \
--reporter=html,json,github
--shard=${{ matrix.shard }}/${{ matrix.total-shards }}
env:
# Use Vite dev server for coverage (proxies API to Docker at 8080)
PLAYWRIGHT_BASE_URL: http://localhost:${{ env.VITE_PORT }}