Skip to content

Commit e04740b

Browse files
fix(ci): install Playwright browsers before running tests
Integration tests require Playwright chromium to be installed. Without it, capture tests fail and cascade into baseline/prefilter failures. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 644c6af commit e04740b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919

2020
- run: npm ci
2121

22+
- name: Install Playwright
23+
run: npx playwright install --with-deps chromium
24+
2225
- name: Type check
2326
run: npm run typecheck
2427

0 commit comments

Comments
 (0)