Skip to content

Commit

Permalink
✨ (typescript_test.yml): add Playwright test command to run tests wit…
Browse files Browse the repository at this point in the history
…h specified shard index and total shards, and list tests before running them
  • Loading branch information
Cristhianzl committed Oct 24, 2024
1 parent c9ec2c5 commit d93af48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/typescript_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
max_attempts: 2
command: |
cd src/frontend
npx playwright test ${{ inputs.tests_folder }} --shard ${{ matrix.shardIndex }}/${{ matrix.shardTotal }} --list
npx playwright test ${{ inputs.tests_folder }} --trace on --shard ${{ matrix.shardIndex }}/${{ matrix.shardTotal }} --workers 2
- name: Upload blob report to GitHub Actions Artifacts
Expand Down

0 comments on commit d93af48

Please sign in to comment.