mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-17 16:21:55 +03:00
1cedd805ed
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 |
||
---|---|---|
.. | ||
bin | ||
bundles | ||
src | ||
types | ||
.npmignore | ||
browsers.json | ||
cli.js | ||
index.d.ts | ||
index.js | ||
index.mjs | ||
package.json | ||
README.md | ||
ThirdPartyNotices.txt |
playwright-core
This package contains the no-browser flavor of Playwright.