chore: Update Playwright test configuration for CI

This commit is contained in:
cristhianzl 2024-06-26 13:30:42 -03:00 committed by Gabriel Luiz Freitas Almeida
commit 0433c9ea05

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()