playwright/packages/playwright
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
..
.gitignore chore(packages): copy readme from root folder into packages/playwright (#552) 2020-01-21 17:24:47 -08:00
.npmignore chore(packages): copy readme from root folder into packages/playwright (#552) 2020-01-21 17:24:47 -08:00
index.d.ts types: better types (#1166) 2020-03-20 01:30:35 -07:00
index.js types: better types (#1166) 2020-03-20 01:30: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