mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
bfafb2680d
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 |
||
---|---|---|
.. | ||
fixture-scripts | ||
android-types.spec.ts | ||
connect-to-selenium.spec.ts | ||
driver-should-work.spec.ts | ||
electron-types.spec.ts | ||
expect.d.ts | ||
globalSetup.ts | ||
npm-installs-local-packages.spec.ts | ||
npmTest.ts | ||
npx-global-help.spec.ts | ||
npx-global-install.spec.ts | ||
npx-global-spec-codegen.spec.ts | ||
playwright-cli-codegen.spec.ts | ||
playwright-cli-install-should-work.spec.ts | ||
playwright-cli-screenshot-should-work.spec.ts | ||
playwright-electron-should-work.spec.ts | ||
playwright-global-installation-cross-package.spec.ts | ||
playwright-global-installation.spec.ts | ||
playwright-global-subsequent-installs.spec.ts | ||
playwright-should-work-with-relative-browsers-path.spec.ts | ||
playwright-should-work-with-relative-home-path.spec.ts | ||
playwright-should-work.spec.ts | ||
playwright-test-should-work.spec.ts | ||
playwright-test-stacks-should-work.spec.ts | ||
playwright-xyz-should-work.spec.ts | ||
playwright.config.ts | ||
registry.ts | ||
screencast.spec.ts | ||
skip-browser-download-inspect-with-custom-executable.spec.ts | ||
skip-browser-download.spec.ts | ||
spawnAsync.ts | ||
typescript-types.spec.ts | ||
validate-dependencies.spec.ts |