and others added 2 commits
February 9, 2026 09:51Playwright 1.58 changed the output format of `npx playwright install --dry-run`: - Old format: "browser: chromium version 143.0.7499.4" - New format: "Chrome for Testing 145.0.7632.6 (playwright chromium v1208)" Updated the regex to handle both formats while excluding chromium-headless-shell. Fixes codeceptjs#5422 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>