From 0433c9ea05541700ff952966403ef6a9c6c04019 Mon Sep 17 00:00:00 2001 From: cristhianzl Date: Wed, 26 Jun 2024 13:30:42 -0300 Subject: [PATCH] chore: Update Playwright test configuration for CI --- .github/workflows/typescript_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typescript_test.yml b/.github/workflows/typescript_test.yml index 1a7a7f03e..6b57f70d3 100644 --- a/.github/workflows/typescript_test.yml +++ b/.github/workflows/typescript_test.yml @@ -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()