Skip to content

Commit

Permalink
Update playwright-tests.yml : Adding cross browsers setup
Browse files Browse the repository at this point in the history
  • Loading branch information
NAVEENINTEL authored Nov 5, 2023
1 parent 27fb422 commit e60ad81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/playwright-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Install Playwright browsers
run: npx playwright install

- name: Run Playwright tests
run: npm test -- --browser ${{ matrix.browser }} --headless ${{ matrix.headless }}

0 comments on commit e60ad81

Please sign in to comment.