playwright/docs
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
..
development docs: create development dir for non-user related docs (#1217) 2020-03-04 13:05:12 -08:00
docker docs(ci): list sample configurations for ci (#1196) 2020-03-03 12:21:21 -08:00
examples docs(examples): update main readme to point to examples + add a file uploads example (#1484) 2020-03-23 10:39:43 -07:00
api.md feat: support PLAYWRIGHT_GLOBAL_INSTALL=1 env variable (#1470) 2020-03-23 12:49:53 -07:00
ci.md docs(ci): list sample configurations for ci (#1196) 2020-03-03 12:21:21 -08:00
selectors.md docs(selectors): clarify selector conversions 2020-03-11 11:39:44 -07:00
showcase.md fix(docs): a typo in showcase (#1361) 2020-03-12 11:20:29 -07:00
troubleshooting.md docs(troubleshooting): add dependencies for firefox and webkit (#1461) 2020-03-21 17:58:08 -07:00