🔎 Have you searched existing issues to avoid duplicates?
🧪 Have you tested your code using latest version of Synpress?
💡 Are you able to provide enough information to be able to reproduce your issue locally?
Synpress version
4.1.1
Node.js version
22.14.0
Operating system
Tahoe 26.1
Run mode
Playwright + Synpress (as plugin)
CI platform (if applicable)
No response
Are you running your tests inside docker? (if applicable)
What happened?
The latest version of chromium requires extensions to support ManifestV3 which is not the case >= chromium version 140
source: https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline#march_31st_2025_manifest_v2_is_disabled_with_the_option_to_re-enable_extensions
What is your expected behavior?
Upgrading the default version of metamask to the latest
How to reproduce the bug.
Simply install synpress + playwright latest version, the error will be thrown instantly
Relevant log output
Failed to load extension from: /REDACTED/.cache-synpress/metamask-chrome-11.9.1. Cannot install extension because it uses an unsupported manifest version.
🔎 Have you searched existing issues to avoid duplicates?
🧪 Have you tested your code using latest version of Synpress?
💡 Are you able to provide enough information to be able to reproduce your issue locally?
Synpress version
4.1.1
Node.js version
22.14.0
Operating system
Tahoe 26.1
Run mode
Playwright + Synpress (as plugin)
CI platform (if applicable)
No response
Are you running your tests inside docker? (if applicable)
What happened?
The latest version of chromium requires extensions to support ManifestV3 which is not the case >= chromium version 140
source: https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline#march_31st_2025_manifest_v2_is_disabled_with_the_option_to_re-enable_extensions
What is your expected behavior?
Upgrading the default version of metamask to the latest
How to reproduce the bug.
Simply install synpress + playwright latest version, the error will be thrown instantly
Relevant log output