playwright/packages/playwright-core/src
Andrey Lushnikov bfafb2680d
fix: put browserVersion in the browsers.json (#13946)
This patch:
- adds `browserVersion` field to the `browsers.json`. This is
  updated every time we roll browser.
- starts using `browserVersion` to display browser version that's
  been downloaded.

The downloading output now looks like this:

```bash
Downloading Chromium 101.0.4951.41 (playwright build v1003) - 118.9 Mb [====================] 100% 0.0s
Chromium 101.0.4951.41 (playwright build v1003) downloaded to /Users/andreylushnikov/Library/Caches/ms-playwright/chromium-1003
Downloading FFMPEG playwright build v1007 - 1 Mb [====================] 100% 0.0s
FFMPEG playwright build v1007 downloaded to /Users/andreylushnikov/Library/Caches/ms-playwright/ffmpeg-1007
Downloading Firefox 99.0.1 (playwright build v1323) - 67.5 Mb [====================] 100% 0.0s
Firefox 99.0.1 (playwright build v1323) downloaded to /Users/andreylushnikov/Library/Caches/ms-playwright/firefox-1323
Downloading Webkit 15.4 (playwright build v1632) - 52.7 Mb [====================] 100% 0.0s
Webkit 15.4 (playwright build v1632) downloaded to /Users/andreylushnikov/Library/Caches/ms-playwright/webkit-1632
```

Fixes #13198
2022-05-05 04:17:13 -07:00
..
cli chore: make bundles typed (#13620) 2022-04-18 17:50:25 -07:00
client feat(locator): layout options (leftOf, rightOf, above, below, near) (#13821) 2022-05-03 10:33:33 +01:00
common chore: make tests pass on Node.js 17+ (#13678) 2022-04-22 13:42:52 +02:00
grid chore: bundle core deps (#13621) 2022-04-18 20:20:49 -07:00
protocol chore: make Android host option configurable (#13685) 2022-04-21 22:16:42 +02:00
remote chore: bundle core deps (#13621) 2022-04-18 20:20:49 -07:00
server fix: put browserVersion in the browsers.json (#13946) 2022-05-05 04:17:13 -07:00
third_party chore: bundle pixelmatch, it has not changed for 2 years (#13585) 2022-04-15 16:58:31 -07:00
utils fix: delete headers with undefined value (#13880) 2022-05-02 12:38:57 -07:00
browserServerImpl.ts test: switch temp dir tests to use userDataDir (#13745) 2022-04-26 09:32:58 +01:00
DEPS.list chore: move to folder-based deps lists (#13361) 2022-04-06 14:40:19 -07:00
inprocess.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
inProcessFactory.ts chore: move registry & dispatchers to under server (#13370) 2022-04-06 22:21:27 -07:00
outofprocess.ts chore: use utils via index export (5) (#13413) 2022-04-07 20:18:22 -07:00
utilsBundle.ts feat(plugins): expose suite to plugin setup (#13807) 2022-04-28 08:16:17 -07:00
zipBundle.ts chore: make bundles typed (#13620) 2022-04-18 17:50:25 -07:00