From 3d68704913bf6bcc329a57121bf799d90a3adff8 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 11 Dec 2024 12:34:10 -0800 Subject: [PATCH] docs: clarify --only-shell option Fixes https://github.com/microsoft/playwright/issues/33960 --- docs/src/browsers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/browsers.md b/docs/src/browsers.md index 83ea0f60c3..90c0b2850b 100644 --- a/docs/src/browsers.md +++ b/docs/src/browsers.md @@ -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