chore: Update Playwright test configuration for CI

This commit is contained in:
cristhianzl 2024-06-26 13:30:42 -03:00
commit cf963c7ca0

View file

@ -94,7 +94,7 @@ jobs:
- name: Run Playwright Tests
run: |
cd src/frontend
run: npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
npx playwright test --trace on --shard ${{ matrix.shardIndex }}/${{ matrix.shardTotal }} --workers 2
- name: Upload blob report to GitHub Actions Artifacts
if: always()