fix(e2e): remove reporter override to enable E2E coverage generation
This commit is contained in:
3
.github/workflows/e2e-tests.yml
vendored
3
.github/workflows/e2e-tests.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user