Commit 8bb8e35
fix(ci): use pnpm exec for playwright install to match lockfile version
`pnpm dlx playwright install` pulls the latest playwright CLI, which
may download a different chromium revision than the one expected by the
project's locked playwright version. This caused browser-related rstest
examples to fail when the latest playwright (chromium v1217) diverged
from the locked playwright@1.58.1 (chromium v1208).
Switch to `pnpm exec playwright install --with-deps chromium` so the
project's own playwright binary is used to download the matching browser.
Amp-Thread-ID: https://ampcode.com/threads/T-019d4701-dfdb-73c6-a876-29ab299f63cf
Co-authored-by: Amp <amp@ampcode.com>1 parent d836921 commit 8bb8e35
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments