Skip to content

Commit

Permalink
Update playwright-tests.yml: Enabling headless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
NAVEENINTEL authored Nov 5, 2023
1 parent 7e9e9a6 commit dd3aa39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: npx playwright install

- name: Run Playwright tests
run: npm test
run: npm test -- --headless true

0 comments on commit dd3aa39

Please sign in to comment.