Skip to content

Commit ce69849

Browse files
committed
Install Playwright browsers before testing
1 parent e69e4d2 commit ce69849

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/update-reference-screenshots.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Install dependencies
2929
run: npm ci
3030

31+
- name: Install Playwright Browsers
32+
run: npx playwright install
33+
3134
- name: Run Playwright Tests updating snapshots
3235
run: npx playwright test --update-snapshots
3336

.github/workflows/verify.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
- name: Install dependencies
6464
run: npm ci
6565

66+
- name: Install Playwright Browsers
67+
run: npx playwright install
68+
6669
- name: Run Playwright Tests
6770
run: npx playwright test
6871

0 commit comments

Comments
 (0)