playwright/src/server
Andrey Lushnikov b778789ba8
feat: re-make global browser installation (#1506)
This patch removes the `PLAYWRIGHT_GLOBAL_INSTALL=1` variable
and instead introduces a new var - `PLAYWRIGHT_BROWSERS_PATH`.

You can specify `PLAYWRIGHT_BROWSERS_PATH` to affect where playwright
installs browsers and where it looks for browsers.

Fixes #1102
2020-03-24 00:08:00 -07:00
..
browserFetcher.ts feat: re-make global browser installation (#1506) 2020-03-24 00:08:00 -07:00
browserServer.ts fix(docs): fixup and lint optionals and return values in api.md (#1376) 2020-03-18 16:23:25 -07:00
browserType.ts types: better types (#1166) 2020-03-20 01:30:35 -07:00
chromium.ts types: better types (#1166) 2020-03-20 01:30:35 -07:00
firefox.ts types: better types (#1166) 2020-03-20 01:30:35 -07:00
pipeTransport.ts fix(context): reliably fire BrowserContext.Close event when browser is closing (#1277) 2020-03-09 16:53:33 -07:00
playwright.ts devops: remake downloading logic (#1419) 2020-03-19 11:43:35 -07:00
processLauncher.ts test: make debugp collect IO (take 2) (#1493) 2020-03-23 15:08:02 -07:00
webkit.ts types: better types (#1166) 2020-03-20 01:30:35 -07:00