Skip to content

Commit

Permalink
chore: update Playwright installation in CI workflow to include 'chro…
Browse files Browse the repository at this point in the history
…me-beta' alongside 'chromium' for enhanced E2E testing
  • Loading branch information
nelitow committed Dec 2, 2024
1 parent 3f4e595 commit 197e1c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/actions/e2e-tests-contracts/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ runs:
- name: Install Playwright Browsers
shell: bash
run: npx playwright install --with-deps chromium
- name: Install Playwright Browsers
shell: bash
run: npx playwright install --with-deps chrome-beta

- name: Run E2E Contract Tests
shell: bash
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pr-tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps chromium

- name: Install Playwright Browsers
run: npx playwright install --with-deps chrome-beta


- name: Run E2E Tests
run: xvfb-run --auto-servernum -- pnpm test:e2e
timeout-minutes: 15
Expand Down

0 comments on commit 197e1c4

Please sign in to comment.