Skip to content

Commit 0e38032

Browse files
committed
add line and note for playwright browser installation
1 parent 018cb12 commit 0e38032

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ All scripts work from monorepo-root.
5151
The plugins are unbundled esm, a build step is not required while developing locally, but restarting local dev-servers can be needed to apply changes.
5252

5353
- `pnpm i` to install dependencies
54+
- `pnpm playwright install chromium` to install required playwright browser binaries via local playwright-core
55+
56+
> **NOTE**
57+
> This repo uses `playwright-core` with a bin alias to `playwright` via package.json script
58+
> Calling `pnpm dlx playwright install chromium` will not work.
59+
5460
- `pnpm check` and `pnpm:test` to validate changes
5561
- `pnpm format` to format source code
5662
- `pnpm test:unit`, `pnpm test:serve` or `pnpm test:build` to run a subset of tests

0 commit comments

Comments
 (0)