playwright/packages/playwright-chromium
Andrey Lushnikov a74e23a257
feat: support PLAYWRIGHT_GLOBAL_INSTALL=1 env variable (#1470)
You can install playwright with

```
PLAYWRIGHT_GLOBAL_INSTALL=1 npm i playwright
```

to make it use a single shared location for all browser
downloads.

Fixes #1102
2020-03-23 12:49:53 -07:00
..
index.d.ts types: better types (#1166) 2020-03-20 01:30:35 -07:00
index.js devops: remake downloading logic (#1419) 2020-03-19 11:43:35 -07:00
install.js feat: support PLAYWRIGHT_GLOBAL_INSTALL=1 env variable (#1470) 2020-03-23 12:49:53 -07:00
package.json chore: mark v0.11.1-post (#1027) 2020-02-14 19:23:50 -08:00
README.md chore: fix package typo in packages README (#707) 2020-01-28 07:52:42 -08:00

playwright-chromium

This package contains the Chromium flavor of Playwright.