chore: Update Playwright to v1.49 #3838
Annotations
4 errors
Merge into HTML Report
Error: browserType.launch: Executable doesn't exist at /ms-playwright/chromium_headless_shell-1148/chrome-linux/headless_shell
╔══════════════════════════════════════════════════════════════════════╗
║ Looks like Playwright Test or Playwright was just updated to 1.49.0. ║
║ Please update docker image as well. ║
║ - current: mcr.microsoft.com/playwright:v1.44.0-jammy ║
║ - required: mcr.microsoft.com/playwright:v1.49.0-jammy ║
║ ║
║ <3 Playwright Team ║
╚══════════════════════════════════════════════════════════════════════╝
at utils.ts:163
161 | await Promise.all(
162 | launchers.map(async launcher => {
> 163 | const browser = await launcher.launch();
| ^
164 | // eslint-disable-next-line no-console
165 | console.log('Browser:', browser.browserType().name(), browser.version());
166 | return browser.close();
at map (/work/tests/utils.ts:163:38)
at logBrowserInfo (/work/tests/utils.ts:162:15)
at globalSetup (/work/tests/globalSetup.ts:5:23)
|
Merge into HTML Report
Error: browserType.launch: Executable doesn't exist at /ms-playwright/chromium_headless_shell-1148/chrome-linux/headless_shell
╔══════════════════════════════════════════════════════════════════════╗
║ Looks like Playwright Test or Playwright was just updated to 1.49.0. ║
║ Please update docker image as well. ║
║ - current: mcr.microsoft.com/playwright:v1.44.0-jammy ║
║ - required: mcr.microsoft.com/playwright:v1.49.0-jammy ║
║ ║
║ <3 Playwright Team ║
╚══════════════════════════════════════════════════════════════════════╝
at utils.ts:163
161 | await Promise.all(
162 | launchers.map(async launcher => {
> 163 | const browser = await launcher.launch();
| ^
164 | // eslint-disable-next-line no-console
165 | console.log('Browser:', browser.browserType().name(), browser.version());
166 | return browser.close();
at map (/work/tests/utils.ts:163:38)
at logBrowserInfo (/work/tests/utils.ts:162:15)
at globalSetup (/work/tests/globalSetup.ts:5:23)
|
Merge into HTML Report
Error: browserType.launch: Executable doesn't exist at /ms-playwright/chromium_headless_shell-1148/chrome-linux/headless_shell
╔══════════════════════════════════════════════════════════════════════╗
║ Looks like Playwright Test or Playwright was just updated to 1.49.0. ║
║ Please update docker image as well. ║
║ - current: mcr.microsoft.com/playwright:v1.44.0-jammy ║
║ - required: mcr.microsoft.com/playwright:v1.49.0-jammy ║
║ ║
║ <3 Playwright Team ║
╚══════════════════════════════════════════════════════════════════════╝
at utils.ts:163
161 | await Promise.all(
162 | launchers.map(async launcher => {
> 163 | const browser = await launcher.launch();
| ^
164 | // eslint-disable-next-line no-console
165 | console.log('Browser:', browser.browserType().name(), browser.version());
166 | return browser.close();
at map (/work/tests/utils.ts:163:38)
at logBrowserInfo (/work/tests/utils.ts:162:15)
at globalSetup (/work/tests/globalSetup.ts:5:23)
|
Merge into HTML Report
Error: browserType.launch: Executable doesn't exist at /ms-playwright/chromium_headless_shell-1148/chrome-linux/headless_shell
╔══════════════════════════════════════════════════════════════════════╗
║ Looks like Playwright Test or Playwright was just updated to 1.49.0. ║
║ Please update docker image as well. ║
║ - current: mcr.microsoft.com/playwright:v1.44.0-jammy ║
║ - required: mcr.microsoft.com/playwright:v1.49.0-jammy ║
║ ║
║ <3 Playwright Team ║
╚══════════════════════════════════════════════════════════════════════╝
at utils.ts:163
161 | await Promise.all(
162 | launchers.map(async launcher => {
> 163 | const browser = await launcher.launch();
| ^
164 | // eslint-disable-next-line no-console
165 | console.log('Browser:', browser.browserType().name(), browser.version());
166 | return browser.close();
at map (/work/tests/utils.ts:163:38)
at logBrowserInfo (/work/tests/utils.ts:162:15)
at globalSetup (/work/tests/globalSetup.ts:5:23)
|
Loading