playwright/src/server
Andrey Lushnikov 4ebf419259
fix(yarn): download browsers to package directories (#1133)
This patch makes it so all our packages, like `playwright` and
browser-specific flavors, download browsers to their
directories rather then using directory of `playwright-core`.

This way yarn@1 caches are not busted: they didn't expect that directory
content might change after packages's explicit install step
is failed, there's that was what we were doing.

Fixes #1085
2020-02-26 15:13:31 -08:00
..
browserFetcher.ts chore: more strict type checking (#466) 2020-01-13 13:33:25 -08:00
browserServer.ts feat(launch): introduce client, server & persistent launch modes (2) (#840) 2020-02-05 12:41:55 -08:00
browserType.ts docs: document LaunchOptions.dumpio (#1051) 2020-02-18 08:56:20 -08:00
chromium.ts fix(yarn): download browsers to package directories (#1133) 2020-02-26 15:13:31 -08:00
firefox.ts fix(yarn): download browsers to package directories (#1133) 2020-02-26 15:13:31 -08:00
pipeTransport.ts fix(transport): dispatch messages in separate tasks (#841) 2020-02-06 14:14:46 -08:00
playwright.ts fix(yarn): download browsers to package directories (#1133) 2020-02-26 15:13:31 -08:00
processLauncher.ts fix(webkit): fix remaining tests on windows (#905) 2020-02-07 17:39:32 -08:00
webkit.ts fix(yarn): download browsers to package directories (#1133) 2020-02-26 15:13:31 -08:00