synpress
synpress copied to clipboard
[๐ Bug]: metamask 11.9.1 is not compatible with ManifestV3 (latest chromium versions)
๐ Have you searched existing issues to avoid duplicates?
- [x] I have made sure that my issue is not a duplicate.
๐งช Have you tested your code using latest version of Synpress?
- [x] I have made sure that my issue still exists on latest version of Synpress.
๐ก Are you able to provide enough information to be able to reproduce your issue locally?
- [x] I can provide enough details to reproduce my issue on local environment.
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)
- [ ] This issue could be related to docker.
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.
I'm facing the same issue