Skip to content

Commit cbc2d5d

Browse files
authored
Merge pull request #18 from opf/poc/playwright-chromium-only
Install only Chromium in E2E workflows
2 parents e3d8c26 + 905aced commit cbc2d5d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-pullpreview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ jobs:
392392
run: npm ci
393393

394394
- name: Install Playwright browsers
395-
run: npx playwright install --with-deps
395+
run: npx playwright install --with-deps chromium
396396

397397
- name: Run Playwright tests
398398
id: tests

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: npm ci
111111

112112
- name: Install Playwright browsers
113-
run: npx playwright install --with-deps
113+
run: npx playwright install --with-deps chromium
114114

115115
- name: Run Playwright tests
116116
continue-on-error: true

0 commit comments

Comments
 (0)