Commit d10a4c8
fix: install Playwright browsers from lockfile-pinned version in CI
bunx playwright install (without lockfile context) resolved the latest
Playwright from npm, downloading chromium v1208 browsers. But the test
runner used @playwright/test@1.57.0 from the lockfile, which expected
chromium_headless_shell-1200. Fix by running bun install first so bunx
resolves the pinned version.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8c0ab11 commit d10a4c8
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
345 | | - | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
346 | 348 | | |
347 | 349 | | |
348 | 350 | | |
| |||
0 commit comments