Skip to content

Commit

Permalink
docs: clarify --only-shell option (#33961)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s authored Dec 11, 2024
1 parent 9e683d7 commit 22e58aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/browsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Playwright ships a regular Chromium build for headed operations and a separate [

#### Optimize download size on CI

If you are only running tests in headless mode, for example on CI, you can avoid downloading a regular version of Chromium by passing `--only-shell` during installation.
If you are only running tests in headless shell (i.e. the `channel` option is not specified), for example on CI, you can avoid downloading the full Chromium browser by passing `--only-shell` during installation.

```bash js
# only running tests headlessly
Expand Down

0 comments on commit 22e58aa

Please sign in to comment.