playwright/packages/playwright-browser-chromium
Dmitry Gozman 36347e7fea
feat: make playwright package not install browsers automatically (#26672)
Additionally introduce `@playwright/browser-<browser>` packages that
just download the respective browser, but do not export anything.

References #26614.
2023-08-27 07:24:35 -07: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 feat: make playwright package not install browsers automatically (#26672) 2023-08-27 07:24:35 -07:00
package.json feat: make playwright package not install browsers automatically (#26672) 2023-08-27 07:24:35 -07: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.