synpress icon indicating copy to clipboard operation
synpress copied to clipboard

Plugin crashes when connecting to Metamask

Open nl0243 opened this issue 3 years ago • 0 comments
trafficstars

I have an issue when running synpress it opens the browser and page successfully, but the metamask page stays empty and then the app crashes. The terminal error:

We stopped running your tests because a plugin crashed. Your pluginsFile threw an error from: path_to_project\node_modules@synthetixio\synpress\plugins\index.js

Im using custom config:

{
  "baseUrl": "page_link",
  "userAgent": "synpress",
  "retries": { "runMode": 0, "openMode": 0 },
  "integrationFolder": "cypress/integration/specs",
  "chromeWebSecurity": true,
  "component": {
    "componentFolder": ".",
    "testFiles": "**/*spec.{js,jsx,ts,tsx}"
  },
  "env": {
    "coverage": false
  }
}

Im running the script using:

  • Node v16.16.0
  • Cypress 9.5.3
  • Chrome 103

nl0243 avatar Jul 11 '22 08:07 nl0243