playwright/packages/playwright-browser-chromium
Dmitry Gozman d39ea46d02 chore: update headless shell treatment
- remove `chromium-headless-shell` from the list of channels;
- make `channel: 'chromium'` opt into new headless;
- support `--only-shell` and `--no-shell` installation options.
2024-11-14 11:21:45 +00:00
..
index.d.ts feat: make playwright package not install browsers automatically (#26672) 2023-08-27 07:24:35 -07:00
index.js feat: make playwright package not install browsers automatically (#26672) 2023-08-27 07:24:35 -07:00
index.mjs feat: make playwright package not install browsers automatically (#26672) 2023-08-27 07:24:35 -07:00
install.js chore: update headless shell treatment 2024-11-14 11:21:45 +00:00
package.json chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
README.md feat: make playwright package not install browsers automatically (#26672) 2023-08-27 07:24:35 -07:00

@playwright/browser-chromium

This package automatically installs Chromium browser for Playwright library. If you want to write end-to-end tests, we recommend @playwright/test.