codeceptjs info: Empty string in "playwrightBrowsers" since Playwright 1.58

Playwright 1.57 ✔️ - browsers are present in the codeceptjs info output

$ npx playwright install --dry-run
browser: chromium version 143.0.7499.4
  Install location:    /home/mirao/.cache/ms-playwright/chromium-1200
  Download url:        https://cdn.playwright.dev/dbazure/download/playwright/builds/chromium/1200/chromium-linux.zip
  Download fallback 1: https://playwright.download.prss.microsoft.com/dbazure/download/playwright/builds/chromium/1200/chromium-linux.zip
  Download fallback 2: https://cdn.playwright.dev/builds/chromium/1200/chromium-linux.zip

browser: chromium-headless-shell version 143.0.7499.4
  Install location:    /home/mirao/.cache/ms-playwright/chromium_headless_shell-1200
  Download url:        https://cdn.playwright.dev/dbazure/download/playwright/builds/chromium/1200/chromium-headless-shell-linux.zip
  Download fallback 1: https://playwright.download.prss.microsoft.com/dbazure/download/playwright/builds/chromium/1200/chromium-headless-shell-linux.zip
  Download fallback 2: https://cdn.playwright.dev/builds/chromium/1200/chromium-headless-shell-linux.zip

browser: firefox version 144.0.2
  Install location:    /home/mirao/.cache/ms-playwright/firefox-1497
  Download url:        https://cdn.playwright.dev/dbazure/download/playwright/builds/firefox/1497/firefox-ubuntu-24.04.zip
  Download fallback 1: https://playwright.download.prss.microsoft.com/dbazure/download/playwright/builds/firefox/1497/firefox-ubuntu-24.04.zip
  Download fallback 2: https://cdn.playwright.dev/builds/firefox/1497/firefox-ubuntu-24.04.zip

browser: webkit version 26.0
  Install location:    /home/mirao/.cache/ms-playwright/webkit-2227
  Download url:        https://cdn.playwright.dev/dbazure/download/playwright/builds/webkit/2227/webkit-ubuntu-24.04.zip
  Download fallback 1: https://playwright.download.prss.microsoft.com/dbazure/download/playwright/builds/webkit/2227/webkit-ubuntu-24.04.zip
  Download fallback 2: https://cdn.playwright.dev/builds/webkit/2227/webkit-ubuntu-24.04.zip

browser: ffmpeg
  Install location:    /home/mirao/.cache/ms-playwright/ffmpeg-1011
  Download url:        https://cdn.playwright.dev/dbazure/download/playwright/builds/ffmpeg/1011/ffmpeg-linux.zip
  Download fallback 1: https://playwright.download.prss.microsoft.com/dbazure/download/playwright/builds/ffmpeg/1011/ffmpeg-linux.zip
  Download fallback 2: https://cdn.playwright.dev/builds/ffmpeg/1011/ffmpeg-linux.zip

$ codeceptjs info|grep -i playwrightbrowsers
playwrightBrowsers:  "chromium: 143.0.7499.4, firefox: 144.0.2, webkit: 26.0"

Playwright 1.58 🐞 - missing browsers in the codeceptjs info output because the Playwright's output changed

$ npx playwright install --dry-run
Chrome for Testing 145.0.7632.6 (playwright chromium v1208)
  Install location:    /home/mirao/.cache/ms-playwright/chromium-1208
  Download url:        https://cdn.playwright.dev/chrome-for-testing-public/145.0.7632.6/linux64/chrome-linux64.zip

Chrome Headless Shell 145.0.7632.6 (playwright chromium-headless-shell v1208)
  Install location:    /home/mirao/.cache/ms-playwright/chromium_headless_shell-1208
  Download url:        https://cdn.playwright.dev/chrome-for-testing-public/145.0.7632.6/linux64/chrome-headless-shell-linux64.zip

Firefox 146.0.1 (playwright firefox v1509)
  Install location:    /home/mirao/.cache/ms-playwright/firefox-1509
  Download url:        https://cdn.playwright.dev/dbazure/download/playwright/builds/firefox/1509/firefox-ubuntu-24.04.zip
  Download fallback 1: https://playwright.download.prss.microsoft.com/dbazure/download/playwright/builds/firefox/1509/firefox-ubuntu-24.04.zip
  Download fallback 2: https://cdn.playwright.dev/builds/firefox/1509/firefox-ubuntu-24.04.zip

WebKit 26.0 (playwright webkit v2248)
  Install location:    /home/mirao/.cache/ms-playwright/webkit-2248
  Download url:        https://cdn.playwright.dev/dbazure/download/playwright/builds/webkit/2248/webkit-ubuntu-24.04.zip
  Download fallback 1: https://playwright.download.prss.microsoft.com/dbazure/download/playwright/builds/webkit/2248/webkit-ubuntu-24.04.zip
  Download fallback 2: https://cdn.playwright.dev/builds/webkit/2248/webkit-ubuntu-24.04.zip

FFmpeg (playwright ffmpeg v1011)
  Install location:    /home/mirao/.cache/ms-playwright/ffmpeg-1011
  Download url:        https://cdn.playwright.dev/dbazure/download/playwright/builds/ffmpeg/1011/ffmpeg-linux.zip
  Download fallback 1: https://playwright.download.prss.microsoft.com/dbazure/download/playwright/builds/ffmpeg/1011/ffmpeg-linux.zip
  Download fallback 2: https://cdn.playwright.dev/builds/ffmpeg/1011/ffmpeg-linux.zip

$ codeceptjs info|grep -i playwrightbrowsers
playwrightBrowsers:  ""

Used SW:

  • Ubuntu 24.04
  • CodeceptJS 3.7.6
  • Playwright 1.58