playwright/packages/playwright-core/src/server/registry
Andrey Lushnikov 1cedd805ed
chore: a nicer message to urge updating docker image with Playwright (#16758)
This will result in the following message:

```
root@docker-desktop:/playwright# node a.mjs
node:internal/process/esm_loader:94
    internalBinding('errors').triggerUncaughtException(
                              ^

browserType.launch: Executable doesn't exist at /ms-playwright/chromium-1021/chrome-linux/chrome
╔══════════════════════════════════════════════════════════════════════╗
║ Looks like Playwright Test or Playwright was just updated to 1.26.0. ║
║ Please update docker image as well.                                  ║
║ -  current: mcr.microsoft.com/playwright:v1.23.0-focal               ║
║ - required: mcr.microsoft.com/playwright:v1.26.0-focal               ║
║                                                                      ║
║ <3 Playwright Team                                                   ║
╚══════════════════════════════════════════════════════════════════════╝
    at file:///playwright/a.mjs:3:43 {
  name: 'Error'
}
```

Fixes #15483
2022-08-23 10:39:59 -07:00
..
browserFetcher.ts chore: add CDN download fallbacks (#14933) 2022-06-17 11:47:32 -07:00
dependencies.ts chore: a nicer message to urge updating docker image with Playwright (#16758) 2022-08-23 10:39:59 -07:00
download.ts chore: print response body when browser download failed (#15101) 2022-06-28 18:19:31 +02:00
index.ts chore: a nicer message to urge updating docker image with Playwright (#16758) 2022-08-23 10:39:59 -07:00
nativeDeps.ts chore: cleanup WK deps and fix WK on debian (#16253) 2022-08-04 15:35:32 +02:00